Uses of Interface
org.openrefine.model.RowScanMapper
-
Packages that use RowScanMapper Package Description org.openrefine.model org.openrefine.operations.cell 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.testing -
-
Uses of RowScanMapper in org.openrefine.model
Methods in org.openrefine.model that return RowScanMapper Modifier and Type Method Description static <S> RowScanMapper<S>
RowScanMapper. conditionalMapper(RowFilter filter, RowScanMapper<S> rowScanMapper, RowMapper negativeMapper)
Restricts aRowScanMapper
to only aggregate its state on filtered rows, and only apply the map function to those filtered rows.Methods in org.openrefine.model with parameters of type RowScanMapper Modifier and Type Method Description static <S> RowScanMapper<S>
RowScanMapper. conditionalMapper(RowFilter filter, RowScanMapper<S> rowScanMapper, RowMapper negativeMapper)
Restricts aRowScanMapper
to only aggregate its state on filtered rows, and only apply the map function to those filtered rows.<S extends Serializable>
GridGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)
Returns a new grid where the rows have been mapped by the stateful mapper. -
Uses of RowScanMapper in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return RowScanMapper Modifier and Type Method Description protected static RowScanMapper<Cell>
BlankDownOperation. rowScanMapper(int columnIndex, int keyColumnIndex)
protected static RowScanMapper<Cell>
FillDownOperation. rowScanMapper(int columnIndex, int keyColumnIndex)
-
Uses of RowScanMapper in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RowScanMapper Modifier and Type Method Description <S extends Serializable>
GridLocalGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)
-
Uses of RowScanMapper in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RowScanMapper Modifier and Type Method Description <S extends Serializable>
GridLoggedGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)
-
Uses of RowScanMapper in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RowScanMapper Modifier and Type Field Description static RowScanMapper<String>
RunnerTestBase. statefulRowMapper
Methods in org.openrefine.runners.testing with parameters of type RowScanMapper Modifier and Type Method Description <S extends Serializable>
GridTestingGrid. mapRows(RowScanMapper<S> mapper, ColumnModel newColumnModel)
-