Uses of Class
com.google.refine.model.Row
Packages that use Row
Package
Description
-
Uses of Row in com.google.refine.browsing
Methods in com.google.refine.browsing with parameters of type Row -
Uses of Row in com.google.refine.browsing.facets
Methods in com.google.refine.browsing.facets with parameters of type Row -
Uses of Row in com.google.refine.browsing.filters
Methods in com.google.refine.browsing.filters with parameters of type RowModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanExpressionEqualRowFilter.internalFilterRow(Project project, int rowIndex, Row row) booleanExpressionEqualRowFilter.internalInvertedFilterRow(Project project, int rowIndex, Row row) -
Uses of Row in com.google.refine.browsing.util
Methods in com.google.refine.browsing.util with parameters of type RowModifier and TypeMethodDescriptionExpressionBasedRowEvaluable.eval(Project project, int rowIndex, Row row, Properties bindings) RowEvaluable.eval(Project project, int rowIndex, Row row, Properties bindings) protected ObjectExpressionNominalValueGrouper.evalRow(Project project, int rowIndex, Row row, Properties bindings) protected booleanprotected voidExpressionNumericValueBinner.processRow(Project project, int rowIndex, Row row, Properties bindings) protected voidExpressionTimeValueBinner.processRow(Project project, int rowIndex, Row row, Properties bindings) protected voidNumericBinIndex.processRow(Project project, RowEvaluable rowEvaluable, List<Double> allValues, int rowIndex, Row row, Properties bindings) protected voidTimeBinIndex.processRow(Project project, RowEvaluable rowEvaluable, List<Long> allValues, int rowIndex, Row row, Properties bindings) booleanbooleanbooleanprotected booleanConjunctiveFilteredRows.visitRow(Project project, RowVisitor visitor, int rowIndex, Row row) protected voidExpressionNominalValueGrouper.visitRow(Project project, int rowIndex, Row row, Properties bindings, int index) -
Uses of Row in com.google.refine.commands.row
Fields in com.google.refine.commands.row declared as RowMethods in com.google.refine.commands.row with parameters of type RowModifier and TypeMethodDescriptionbooleanGetRowsCommand.RowWritingVisitor.internalVisit(Project project, int rowIndex, Row row) booleanConstructors in com.google.refine.commands.row with parameters of type RowModifierConstructorDescriptionprotectedWrappedRow(Row rowOrRecord, int rowIndex, Integer recordIndex) -
Uses of Row in com.google.refine.expr
Fields in com.google.refine.expr declared as RowMethods in com.google.refine.expr with parameters of type RowModifier and TypeMethodDescriptionvoidBinder.bind(Properties bindings, Row row, int rowIndex, String columnName, Cell cell) static voidExpressionUtils.bind(Properties bindings, Row row, int rowIndex, String columnName, Cell cell) Constructors in com.google.refine.expr with parameters of type Row -
Uses of Row in com.google.refine.importers
Methods in com.google.refine.importers with parameters of type RowModifier and TypeMethodDescriptionstatic voidImporterUtilities.ensureColumnsInRowExist(List<String> columnNames, Row row) -
Uses of Row in com.google.refine.model
Fields in com.google.refine.model with type parameters of type RowMethods in com.google.refine.model that return Row -
Uses of Row in com.google.refine.model.changes
Fields in com.google.refine.model.changes with type parameters of type RowModifier and TypeFieldDescriptionColumnSplitChange._newRowsDataExtensionChange._newRowsMassRowChange._newRowsMassRowColumnChange._newRowsColumnSplitChange._oldRowsDataExtensionChange._oldRowsMassRowChange._oldRowsMassRowColumnChange._oldRowsRowRemovalChange._rowsMethods in com.google.refine.model.changes with parameters of type RowModifier and TypeMethodDescriptionprotected voidDataExtensionChange.extendRow(Row row, ReconciledDataExtensionJob.DataExtension dataExtension, int extensionRowIndex, Map<String, Recon> reconMap) Constructor parameters in com.google.refine.model.changes with type arguments of type Row -
Uses of Row in com.google.refine.model.recon
Methods in com.google.refine.model.recon with parameters of type Row -
Uses of Row in com.google.refine.operations.column
Methods in com.google.refine.operations.column with parameters of type Row -
Uses of Row in com.google.refine.operations.row
Methods in com.google.refine.operations.row with parameters of type Row -
Uses of Row in com.google.refine.sorting
Methods in com.google.refine.sorting with parameters of type Row -
Uses of Row in com.google.refine.templating
Methods in com.google.refine.templating with parameters of type RowModifier and TypeMethodDescriptionbooleanTemplate.RowWritingVisitor.internalVisit(Project project, int rowIndex, Row row) This method is modified for issue 3955 Issue link: https://github.com/OpenRefine/OpenRefine/issues/3955 The modification is to use the new variable totalRows instead of totalboolean