Uses of Class
org.openrefine.operations.RowMapOperation.GridMap
-
Packages that use RowMapOperation.GridMap Package Description org.openrefine.operations org.openrefine.operations.column -
-
Uses of RowMapOperation.GridMap in org.openrefine.operations
Methods in org.openrefine.operations that return RowMapOperation.GridMap Modifier and Type Method Description protected RowMapOperation.GridMap
ExpressionBasedOperation. getGridMap(Grid state, ChangeContext context)
protected RowMapOperation.GridMap
RowMapOperation. getGridMap(Grid state, ChangeContext context)
Returns the function that is applied to each row and row index, the new column model applied to the grid, and the new overlay models. -
Uses of RowMapOperation.GridMap in org.openrefine.operations.column
Methods in org.openrefine.operations.column that return RowMapOperation.GridMap Modifier and Type Method Description RowMapOperation.GridMap
ColumnSplitOperation. getGridMap(Grid state, ChangeContext context)
-