Uses of Class
org.openrefine.model.IndexedRow
-
Packages that use IndexedRow Package Description org.openrefine.browsing org.openrefine.commands.expr org.openrefine.importers org.openrefine.model org.openrefine.model.changes org.openrefine.operations.recon org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.logging org.openrefine.runners.local.pll org.openrefine.runners.testing org.openrefine.sorting org.openrefine.templating org.openrefine.wikibase.operations org.openrefine.wikibase.schema -
-
Uses of IndexedRow in org.openrefine.browsing
Methods in org.openrefine.browsing that return types with arguments of type IndexedRow Modifier and Type Method Description CloseableIterator<IndexedRow>
Engine. getMatchingRows(SortingConfig sortingConfig)
Iterates over the rows matched by the given filters. -
Uses of IndexedRow in org.openrefine.commands.expr
Methods in org.openrefine.commands.expr with parameters of type IndexedRow Modifier and Type Method Description protected static PreviewExpressionCommand.RowResult
PreviewExpressionCommand. evaluate(Properties bindings, ColumnModel columnModel, IndexedRow indexedRow, Record record, String columnName, Cell cell, Map<String,OverlayModel> overlayModels, long projectId, Evaluable eval, boolean repeat, int repeatCount)
-
Uses of IndexedRow in org.openrefine.importers
Method parameters in org.openrefine.importers with type arguments of type IndexedRow Modifier and Type Method Description protected static ArrayList<Object>
SeparatorBasedImporter. getCells(String line, au.com.bytecode.opencsv.CSVParser parser, Iterator<IndexedRow> lines)
-
Uses of IndexedRow in org.openrefine.model
Methods in org.openrefine.model that return types with arguments of type IndexedRow Modifier and Type Method Description List<IndexedRow>
Grid. collectRows()
Returns all rows in a list.Iterable<IndexedRow>
Record. getIndexedRows()
default List<IndexedRow>
Grid. getRows(List<Long> rowIndices)
Returns a list of rows corresponding to the row indices supplied.List<IndexedRow>
Grid. getRowsAfter(long start, int limit)
Returns a list of rows, starting from a given index and defined by a maximum size.List<IndexedRow>
Grid. getRowsAfter(RowFilter filter, long start, int limit)
Among the subset of filtered rows, return a list of rows, starting from a given index and defined by a maximum size.List<IndexedRow>
Grid. getRowsBefore(long end, int limit)
Returns a list of consecutive rows, just before the given row index (not included) and up to a maximum size.List<IndexedRow>
Grid. getRowsBefore(RowFilter filter, long end, int limit)
Among the subset of filtered rows, return a list of rows, just before the row with a given index (excluded) and defined by a maximum size.CloseableIterator<IndexedRow>
Grid. iterateRows(RowFilter filter)
Iterate over rows matched by a filter, in the order determined by a sorting configuration.Method parameters in org.openrefine.model with type arguments of type IndexedRow Modifier and Type Method Description 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. -
Uses of IndexedRow in org.openrefine.model.changes
Method parameters in org.openrefine.model.changes with type arguments of type IndexedRow Modifier and Type Method Description default List<T>
RowChangeDataProducer. callRowBatch(List<IndexedRow> rows)
Compute the change data on a batch of consecutive rows. -
Uses of IndexedRow in org.openrefine.operations.recon
Method parameters in org.openrefine.operations.recon with type arguments of type IndexedRow Modifier and Type Method Description List<Cell>
ReconOperation.ReconChangeDataProducer. callRowBatch(List<IndexedRow> rows)
-
Uses of IndexedRow in org.openrefine.runners.local
Fields in org.openrefine.runners.local with type parameters of type IndexedRow Modifier and Type Field Description protected PairPLL<Long,IndexedRow>
LocalGrid. grid
Methods in org.openrefine.runners.local that return types with arguments of type IndexedRow Modifier and Type Method Description List<IndexedRow>
LocalGrid. collectRows()
List<IndexedRow>
LocalGrid. getRows(List<Long> rowIndices)
List<IndexedRow>
LocalGrid. getRowsAfter(long start, int limit)
List<IndexedRow>
LocalGrid. getRowsAfter(RowFilter filter, long start, int limit)
List<IndexedRow>
LocalGrid. getRowsBefore(long end, int limit)
List<IndexedRow>
LocalGrid. getRowsBefore(RowFilter filter, long end, int limit)
protected PLL<IndexedRow>
LocalGrid. indexedRows()
CloseableIterator<IndexedRow>
LocalGrid. iterateRows(RowFilter filter)
Methods in org.openrefine.runners.local with parameters of type IndexedRow Modifier and Type Method Description protected static String
LocalGrid. serializeIndexedRow(IndexedRow indexedRow)
Method parameters in org.openrefine.runners.local with type arguments of type IndexedRow Modifier and Type Method Description protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRowChangeDataMapper(RowChangeDataProducer<T> rowMapper, List<IndexedRow> rowBatch)
protected static <T> CloseableIterator<Tuple2<Long,IndexedData<T>>>
LocalGrid. applyRowChangeDataMapperWithIncompleteData(RowChangeDataProducer<T> rowMapper, List<Tuple2<Long,Tuple2<IndexedRow,IndexedData<T>>>> rowBatch)
Constructor parameters in org.openrefine.runners.local with type arguments of type IndexedRow Constructor Description LocalGrid(LocalRunner runner, ColumnModel columnModel, PairPLL<Long,IndexedRow> grid, Map<String,OverlayModel> overlayModels, long cachedRecordCount)
Constructs a grid, supplying all required fields. -
Uses of IndexedRow in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging that return types with arguments of type IndexedRow Modifier and Type Method Description List<IndexedRow>
LoggedGrid. collectRows()
List<IndexedRow>
LoggedGrid. getRows(List<Long> rowIndices)
List<IndexedRow>
LoggedGrid. getRowsAfter(long start, int limit)
List<IndexedRow>
LoggedGrid. getRowsAfter(RowFilter filter, long start, int limit)
List<IndexedRow>
LoggedGrid. getRowsBefore(long end, int limit)
List<IndexedRow>
LoggedGrid. getRowsBefore(RowFilter filter, long end, int limit)
CloseableIterator<IndexedRow>
LoggedGrid. iterateRows(RowFilter filter)
-
Uses of IndexedRow in org.openrefine.runners.local.pll
Method parameters in org.openrefine.runners.local.pll with type arguments of type IndexedRow Modifier and Type Method Description protected static RecordPLL.RecordEnd
RecordPLL. extractRecordEnd(CloseableIterator<IndexedRow> iterator, int keyColumnIndex)
static PairPLL<Long,Record>
RecordPLL. groupIntoRecords(PairPLL<Long,IndexedRow> grid, int keyColumnIndex)
Constructs an indexed PLL of records by grouping rows together.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 IndexedRow Constructor Description RecordPLL(PairPLL<Long,IndexedRow> grid, int keyColumnIndex)
Constructs a PLL of records by grouping rows together. -
Uses of IndexedRow in org.openrefine.runners.testing
Methods in org.openrefine.runners.testing that return types with arguments of type IndexedRow Modifier and Type Method Description List<IndexedRow>
TestingGrid. collectRows()
List<IndexedRow>
TestingGrid. getRowsAfter(long start, int limit)
List<IndexedRow>
TestingGrid. getRowsAfter(RowFilter filter, long start, int limit)
List<IndexedRow>
TestingGrid. getRowsBefore(long end, int limit)
List<IndexedRow>
TestingGrid. getRowsBefore(RowFilter filter, long end, int limit)
CloseableIterator<IndexedRow>
TestingGrid. iterateRows(RowFilter filter)
Method parameters in org.openrefine.runners.testing with type arguments of type IndexedRow Modifier and Type Method Description static List<Record>
TestingGrid. groupRowsIntoRecords(List<IndexedRow> rows, int keyCellIndex)
Constructor parameters in org.openrefine.runners.testing with type arguments of type IndexedRow Constructor Description TestingGrid(List<IndexedRow> indexedRows, ColumnModel columnModel, Map<String,OverlayModel> overlayModels)
-
Uses of IndexedRow in org.openrefine.sorting
Methods in org.openrefine.sorting with parameters of type IndexedRow Modifier and Type Method Description protected Serializable
RowSorter. makeKey(Criterion.KeyMaker keyMaker, Criterion c, IndexedRow row)
-
Uses of IndexedRow in org.openrefine.templating
Method parameters in org.openrefine.templating with type arguments of type IndexedRow Modifier and Type Method Description void
Template. writeRows(CloseableIterator<IndexedRow> rows, Writer writer, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId, int limit)
-
Uses of IndexedRow in org.openrefine.wikibase.operations
Method parameters in org.openrefine.wikibase.operations with type arguments of type IndexedRow Modifier and Type Method Description List<PerformWikibaseEditsOperation.RowEditingResults>
PerformWikibaseEditsOperation.RowEditingResultsProducer. callRowBatch(List<IndexedRow> rows)
-
Uses of IndexedRow in org.openrefine.wikibase.schema
Method parameters in org.openrefine.wikibase.schema with type arguments of type IndexedRow Modifier and Type Method Description List<EntityEdit>
WikibaseSchema. evaluate(ColumnModel columnModel, Iterable<IndexedRow> indexedRows, QAWarningStore warningStore)
Evaluates the schema on a list of rows, returning a list of EntityUpdates generated by the schema.
-