Uses of Class
org.openrefine.model.Row
-
-
Uses of Row in org.openrefine
Methods in org.openrefine that return types with arguments of type Row Modifier and Type Method Description protected List<Row>RefineTest. toRows(Cell[][] cells) -
Uses of Row in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets with parameters of type Row Modifier and Type Method Description protected com.google.common.collect.ImmutableList<ColumnStats>AllFacetsAggregator. updateColumnStats(List<ColumnStats> statistics, Row row)AllFacetsStateAllFacetsAggregator. withRow(AllFacetsState states, long rowId, Row row, Record record)TRowAggregator. withRow(T state, long rowId, Row row)Adds statistics obtained from a single row to the aggregation state.TRowInRecordAggregator. withRow(T state, long rowId, Row row)abstract TRowInRecordAggregator. withRow(T state, long rowId, Row row, Record record)Adds statistics obtained from a single row to the facet state.StringFacetStateStringFacetAggregator. withRow(StringFacetState state, long rowId, Row row, Record record)TextSearchFacet.TextSearchFacetStateTextSearchFacet.TextSearchAggregator. withRow(TextSearchFacet.TextSearchFacetState state, long rowId, Row row, Record record)TFacetAggregator. withRowOutsideView(T state, long rowId, Row row, Record record)LikeRowAggregator.withRow(Object, long, Row)} except that this method is called on rows that are excluded by at least two facets, so the values in this row do not normally count towards the statistics displayed in facets. -
Uses of Row in org.openrefine.browsing.filters
Methods in org.openrefine.browsing.filters with parameters of type Row Modifier and Type Method Description booleanDualExpressionsNumberComparisonRowFilter. filterRow(long rowIndex, Row row, Record record)booleanExpressionEqualRowFilter. filterRow(long rowIndex, Row row, Record record)booleanExpressionNumberComparisonRowFilter. filterRow(long rowIndex, Row row, Record record)booleanExpressionStringComparisonRowFilter. filterRow(long rowIndex, Row row, Record record)booleanExpressionEqualRowFilter. internalFilterRow(long rowIndex, Row row, Record record) -
Uses of Row in org.openrefine.browsing.util
Methods in org.openrefine.browsing.util with parameters of type Row Modifier and Type Method Description ObjectExpressionBasedRowEvaluable. eval(long rowIndex, Row row, Record record, Properties bindings)ObjectRowEvaluable. eval(long rowIndex, Row row, Record record, Properties bindings)Evaluate on a given row.TExpressionValueFacetAggregator. withRow(T state, long rowId, Row row, Record record)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record)ScatterplotFacetStateScatterplotFacetAggregator. withRow(ScatterplotFacetState state, long rowId, Row row, Record record, boolean inView)TExpressionValueFacetAggregator. withRowOutsideView(T state, long rowId, Row row, Record record)ScatterplotFacetStateScatterplotFacetAggregator. withRowOutsideView(ScatterplotFacetState state, long rowId, Row row, Record record) -
Uses of Row in org.openrefine.commands.row
Fields in org.openrefine.commands.row declared as Row Modifier and Type Field Description protected RowGetRowsCommand.WrappedRow. rowConstructors in org.openrefine.commands.row with parameters of type Row Constructor Description WrappedRow(Row rowOrRecord, long rowIndex, Long recordIndex, long paginationIndex) -
Uses of Row in org.openrefine.expr
Fields in org.openrefine.expr declared as Row Modifier and Type Field Description RowCellTuple. rowRowWrappedRow. rowMethods in org.openrefine.expr with parameters of type Row Modifier and Type Method Description voidBinder. bind(Properties bindings, Row row, long rowIndex, String columnName, Cell cell)static voidExpressionUtils. bind(Properties bindings, ColumnModel columnModel, Row row, long rowIndex, Record record, String columnName, Cell cell, Map<String,OverlayModel> overlayModels, long projectId)Prepares the context for the evaluation of an expression by storing certain context objects within the supplied bindings.static booleanExpressionUtils. dependsOnPendingValues(Evaluable evaluable, String baseColumnName, ColumnModel columnModel, Row row, Record record)Checks if the given expression relies on any pending cells in the given evaluation context.Constructors in org.openrefine.expr with parameters of type Row Constructor Description CellTuple(ColumnModel columnModel, Row row)WrappedRow(ColumnModel columnModel, long rowIndex, Row row)Constructor to be used when the wrapped row is used in rows mode, where no record is available.WrappedRow(ColumnModel columnModel, long rowIndex, Row row, Record record)Constructor to be used when the wrapped row is used in records mode, when the enclosing record is available. -
Uses of Row in org.openrefine.importers
Methods in org.openrefine.importers that return Row Modifier and Type Method Description RowLegacyProjectImporter.SerializedRow. toRow(Map<Long,Recon> pool)Method parameters in org.openrefine.importers with type arguments of type Row Modifier and Type Method Description voidJsonImporter. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, InputStream is, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)static GridTabularParserHelper. parseOneFile(Runner runner, String fileSource, String archiveFileName, CloseableIterable<Row> dataReader, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parse a grid from a stream of rows, handling the generic processing generally available in tabular importers.voidXmlImporter. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveName, InputStream inputStream, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options) -
Uses of Row in org.openrefine.importers.tree
Method parameters in org.openrefine.importers.tree with type arguments of type Row Modifier and Type Method Description protected static voidXmlImportUtilities. addImportRecordToProject(ImportRecord record, List<Row> project, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveName)protected static voidXmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)Deprecated.Use the version of this method which expands all parameters in the signature of the functionprotected static voidXmlImportUtilities. findRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, String[] recordPath, int pathIndex, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSource, String fileSource, boolean includeArchiveName, String archiveFileName)static voidXmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, int limit, ImportParameters parameters)Deprecated.2020-07-23 Use the version of this method which expands all parameters in the signature of the functionstatic voidXmlImportUtilities. importTreeData(TreeReader parser, TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, String[] recordPath, ImportColumnGroup rootColumnGroup, long limit, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)voidTreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, InputStream inputStream, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parse a single file from an InputStream.protected voidTreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, String fileSource, String archiveFileName, TreeReader treeParser, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options)Parse a single file from a TreeReader.voidTreeImportingParserBase. parseOneFile(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, ProjectMetadata metadata, ImportingJob job, ImportingFileRecord fileRecord, ImportColumnGroup rootColumnGroup, long limit, com.fasterxml.jackson.databind.node.ObjectNode options, MultiFileReadingProgress progress)protected static voidXmlImportUtilities. processFieldAsRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)processFieldAsRecord parses Tree data for a single element and its sub-elements, adding the parsed data as a row to the projectprotected static voidXmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataTypes, boolean includeFileSources, String fileSource, boolean includeArchiveName, String archiveFileName)processRecord parses Tree data for a single element and it's sub-elements, adding the parsed data as a row to the projectprotected static voidXmlImportUtilities. processRecord(TreeImportUtilities.ColumnIndexAllocator allocator, List<Row> rows, TreeReader parser, ImportColumnGroup rootColumnGroup, ImportParameters parameter)Deprecated.Use the version of this method which expands all parameters in the signature of the functionprotected static voidXmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, boolean trimStrings, boolean storeEmptyStrings, boolean guessDataType)protected static voidXmlImportUtilities. processSubRecord(TreeImportUtilities.ColumnIndexAllocator columnIndexAllocator, List<Row> rows, TreeReader parser, ImportColumnGroup columnGroup, ImportRecord record, int level, ImportParameters parameter)Deprecated. -
Uses of Row in org.openrefine.model
Methods in org.openrefine.model that return Row Modifier and Type Method Description RowRowBuilder. build()Builds the row.RowRowBuilder. build(int size)Builds the row, ensuring that it has a given final size.RowRowInRecordMapper. call(long rowId, Row row)abstract RowRowInRecordMapper. call(Record record, long rowId, Row row)Maps a row, in the context of a record.RowRowMapper. call(long rowId, Row row)RowGrid. getRow(long id)Returns a row by index.RowIndexedRow. getRow()The rowRowRow. insertCell(int index, Cell cell)Inserts a cell at a given index.RowRow. insertCells(int index, List<Cell> cells)Insest multiple cells contiguously, starting at a given indexstatic RowRow. load(String s)static RowRow. loadStreaming(String s)RowRowScanMapper. map(S state, long rowId, Row row)Given the accumulated state of all the previous rows (the list of states produced by feed and merged using combine), transform the current row to a new one.RowRow. padWithNull(int finalSize)Returns a copy of this row with null cells added at the end, such that the new row has the supplied size.RowRow. removeCell(int index)Removes a cell from the row (removing the corresponding column).RowRow. withCell(int index, Cell cell)Overwrite a cell at a given index.RowRow. withFlagged(boolean newFlagged)Changes the flag on the row.RowRow. withStarred(boolean newStarred)Changes the star on the row.Methods in org.openrefine.model that return types with arguments of type Row Modifier and Type Method Description List<Row>RecordMapper. call(Record record)Maps a record to a list of rows.List<Row>RowFlatMapper. call(long rowId, Row row)List<Row>RowInRecordMapper. call(Record record)List<Row>Record. getRows()The rows contained in this record.Methods in org.openrefine.model with parameters of type Row Modifier and Type Method Description CellRowCellMapper. apply(long rowId, Row row)List<Row>RowFlatMapper. call(long rowId, Row row)RowRowInRecordMapper. call(long rowId, Row row)abstract RowRowInRecordMapper. call(Record record, long rowId, Row row)Maps a row, in the context of a record.RowRowMapper. call(long rowId, Row row)SRowScanMapper. feed(long rowId, Row row)Produces the state associated with a given row.booleanRowFilter. filterRow(long rowIndex, Row row)booleanRowInRecordFilter. filterRow(long rowIndex, Row row)abstract booleanRowInRecordFilter. filterRow(long rowIndex, Row row, Record record)Determines if a row matches the filter.static RowBuilderRowBuilder. fromRow(Row initialRow)Helper to make instantiation easier.static booleanRecord. isRecordStart(Row row, int keyCellIndex)Determines when a row marks the start of a new record.RowRowScanMapper. map(S state, long rowId, Row row)Given the accumulated state of all the previous rows (the list of states produced by feed and merged using combine), transform the current row to a new one.Method parameters in org.openrefine.model with type arguments of type Row Modifier and Type Method Description default GridRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)Creates aGridfrom an iterable collection of rows.GridRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)Creates aGridfrom an in-memory list of rows, which will be numbered from 0 to length-1.static CloseableIterator<Record>Record. groupIntoRecords(CloseableIterator<IndexedRow> parentIter, int keyCellIndex, boolean ignoreFirstRows, List<Row> additionalRows)Groups a stream of indexed rows into a stream of records.Constructors in org.openrefine.model with parameters of type Row Constructor Description IndexedRow(long id, Long originalId, Row row)IndexedRow(long id, Row row)RowBuilder(Row initialRow)Constructs a new row builder whose state replicates that of an initial rowConstructor parameters in org.openrefine.model with type arguments of type Row Constructor Description Record(long startRowIndex, Long startRowOriginalIndex, List<Row> rows)Record(long startRowIndex, List<Row> rows) -
Uses of Row in org.openrefine.model.changes
Methods in org.openrefine.model.changes that return Row Modifier and Type Method Description RowRowChangeDataJoiner. call(Row row, IndexedData<T> indexedData)Given a row, its id and the pre-computed change data for this row, return the new row after the change.Methods in org.openrefine.model.changes that return types with arguments of type Row Modifier and Type Method Description List<Row>RecordChangeDataJoiner. call(Record record, IndexedData<T> indexedData)Given a record and the pre-computed change data for this record, return the new rows in the record after the change.List<Row>RowChangeDataFlatJoiner. call(Row row, IndexedData<T> indexedData)Given a row, its id and the pre-computed change data for this row, return the new row after the change.List<Row>RowInRecordChangeDataJoiner. call(Record record, IndexedData<List<Cell>> indexedData)Methods in org.openrefine.model.changes with parameters of type Row Modifier and Type Method Description List<Row>RowChangeDataFlatJoiner. call(Row row, IndexedData<T> indexedData)Given a row, its id and the pre-computed change data for this row, return the new row after the change.RowRowChangeDataJoiner. call(Row row, IndexedData<T> indexedData)Given a row, its id and the pre-computed change data for this row, return the new row after the change.TRowChangeDataProducer. call(long rowId, Row row)Compute the change data on a given row.TRowInRecordChangeDataProducer. call(long rowId, Row row)abstract TRowInRecordChangeDataProducer. call(Record record, long rowId, Row row)Maps a row, in the context of a record. -
Uses of Row in org.openrefine.model.recon
Methods in org.openrefine.model.recon with parameters of type Row Modifier and Type Method Description ReconJobDataExtensionReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)abstract ReconJobReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)ReconJobStandardReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell) -
Uses of Row in org.openrefine.operations
Methods in org.openrefine.operations that return Row Modifier and Type Method Description RowExpressionBasedOperation.NegativeRowMapper. call(Record record, long rowId, Row row)RowExpressionBasedOperation.PositiveRowMapper. call(Record record, long rowId, Row row)Methods in org.openrefine.operations with parameters of type Row Modifier and Type Method Description RowExpressionBasedOperation.NegativeRowMapper. call(Record record, long rowId, Row row)RowExpressionBasedOperation.PositiveRowMapper. call(Record record, long rowId, Row row) -
Uses of Row in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return Row Modifier and Type Method Description RowTextTransformOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)Methods in org.openrefine.operations.cell with parameters of type Row Modifier and Type Method Description RowTextTransformOperation.Joiner. call(Row row, IndexedData<Cell> indexedData) -
Uses of Row in org.openrefine.operations.column
Methods in org.openrefine.operations.column that return Row Modifier and Type Method Description RowColumnAdditionOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)Methods in org.openrefine.operations.column with parameters of type Row Modifier and Type Method Description CellColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer. call(Record record, long rowId, Row row)RowColumnAdditionOperation.Joiner. call(Row row, IndexedData<Cell> indexedData) -
Uses of Row in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that return Row Modifier and Type Method Description RowReconOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)Methods in org.openrefine.operations.recon that return types with arguments of type Row Modifier and Type Method Description List<Row>ExtendDataOperation.DataExtensionJoiner. call(Record record, IndexedData<ReconciledDataExtensionJob.RecordDataExtension> indexedData)Methods in org.openrefine.operations.recon with parameters of type Row Modifier and Type Method Description RowReconOperation.Joiner. call(Row row, IndexedData<Cell> indexedData)CellReconOperation.ReconChangeDataProducer. call(Record record, long rowId, Row row)booleanReconOperation.NonBlankRowFilter. filterRow(long rowIndex, Row row) -
Uses of Row in org.openrefine.runners.local
Methods in org.openrefine.runners.local that return Row Modifier and Type Method Description RowLocalGrid. getRow(long id)Methods in org.openrefine.runners.local that return types with arguments of type Row Modifier and Type Method Description protected static Tuple2<Long,Row>LocalRunner. parseIndexedRow(String source)Method parameters in org.openrefine.runners.local with type arguments of type Row Modifier and Type Method Description GridLocalRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridLocalRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)Constructor parameters in org.openrefine.runners.local with type arguments of type Row Constructor Description LocalGrid(LocalRunner runner, PairPLL<Long,Row> grid, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long cachedRecordCount)Convenience constructor to construct a grid from a PLL of a slightly different type. -
Uses of Row in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging that return Row Modifier and Type Method Description RowLoggedGrid. getRow(long id)Method parameters in org.openrefine.runners.local.logging with type arguments of type Row Modifier and Type Method Description GridLoggedRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridLoggedRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels) -
Uses of Row in org.openrefine.runners.local.pll
Fields in org.openrefine.runners.local.pll with type parameters of type Row Modifier and Type Field Description protected List<Row>RecordPLL.RecordPartition. additionalRowsprotected List<Row>RecordPLL.RecordEnd. rowsMethod parameters in org.openrefine.runners.local.pll with type arguments of type Row Modifier and Type Method Description protected static CloseableIterator<Tuple2<Long,Record>>RecordPLL. groupIntoRecords(CloseableIterator<IndexedRow> indexedRows, int keyCellIndex, boolean ignoreFirstRows, List<Row> additionalRows)Constructor parameters in org.openrefine.runners.local.pll with type arguments of type Row Constructor Description RecordEnd(List<Row> rows, boolean partitionExhausted)RecordPartition(int index, List<Row> additionalRows, Partition parent) -
Uses of Row in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing with type parameters of type Row Modifier and Type Field Description protected List<Row>RunnerTestBase. expectedRowsMethods in org.openrefine.runners.testing that return Row Modifier and Type Method Description RowTestingGrid. getRow(long id)protected RowRunnerTestBase. row(Serializable... values)Method parameters in org.openrefine.runners.testing with type arguments of type Row Modifier and Type Method Description GridTestingRunner. gridFromIterable(ColumnModel columnModel, CloseableIterable<Row> rows, Map<String,OverlayModel> overlayModels, long rowCount, long recordCount)GridTestingRunner. gridFromList(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels)Constructor parameters in org.openrefine.runners.testing with type arguments of type Row Constructor Description TestingGrid(ColumnModel columnModel, List<Row> rows, Map<String,OverlayModel> overlayModels) -
Uses of Row in org.openrefine.templating
Methods in org.openrefine.templating with parameters of type Row Modifier and Type Method Description voidTemplate. internalVisit(long rowIndex, Row row, long total, Writer writer, Properties bindings, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId, Record record) -
Uses of Row in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations that return Row Modifier and Type Method Description RowPerformWikibaseEditsOperation.NewReconRowJoiner. call(Row row, IndexedData<PerformWikibaseEditsOperation.RowEditingResults> indexedData)Methods in org.openrefine.wikibase.operations with parameters of type Row Modifier and Type Method Description RowPerformWikibaseEditsOperation.NewReconRowJoiner. call(Row row, IndexedData<PerformWikibaseEditsOperation.RowEditingResults> indexedData)PerformWikibaseEditsOperation.RowEditingResultsPerformWikibaseEditsOperation.RowEditingResultsProducer. call(long rowId, Row row) -
Uses of Row in org.openrefine.wikibase.schema
Constructors in org.openrefine.wikibase.schema with parameters of type Row Constructor Description ExpressionContext(String baseIRI, Map<String,String> entityTypeBaseIRIs, String mediaWikiApiEndpoint, long rowId, Row row, ColumnModel columnModel, QAWarningStore warningStore)Builds an expression context to evaluate a schema on a row
-