Uses of Interface
org.openrefine.model.RowFlatMapper
-
Packages that use RowFlatMapper Package Description org.openrefine.model 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 RowFlatMapper in org.openrefine.model
Methods in org.openrefine.model that return RowFlatMapper Modifier and Type Method Description static RowFlatMapper
RowFlatMapper. conditionalMapper(RowFilter filter, RowFlatMapper positive, RowFlatMapper negative)
Returns a flat mapper which applies one of the two mappers provided depending on the outcome of the filter.Methods in org.openrefine.model with parameters of type RowFlatMapper Modifier and Type Method Description static RowFlatMapper
RowFlatMapper. conditionalMapper(RowFilter filter, RowFlatMapper positive, RowFlatMapper negative)
Returns a flat mapper which applies one of the two mappers provided depending on the outcome of the filter.Grid
Grid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)
Returns a new grid, where the rows have been mapped by the flat mapper. -
Uses of RowFlatMapper in org.openrefine.runners.local
Methods in org.openrefine.runners.local with parameters of type RowFlatMapper Modifier and Type Method Description Grid
LocalGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)
-
Uses of RowFlatMapper in org.openrefine.runners.local.logging
Methods in org.openrefine.runners.local.logging with parameters of type RowFlatMapper Modifier and Type Method Description Grid
LoggedGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)
-
Uses of RowFlatMapper in org.openrefine.runners.testing
Fields in org.openrefine.runners.testing declared as RowFlatMapper Modifier and Type Field Description static RowFlatMapper
RunnerTestBase. rowDuplicator
Methods in org.openrefine.runners.testing with parameters of type RowFlatMapper Modifier and Type Method Description Grid
TestingGrid. flatMapRows(RowFlatMapper mapper, ColumnModel newColumnModel)
-