Uses of Class
org.openrefine.commands.expr.PreviewExpressionCommand.RowResult
-
Packages that use PreviewExpressionCommand.RowResult Package Description org.openrefine.commands.expr -
-
Uses of PreviewExpressionCommand.RowResult in org.openrefine.commands.expr
Methods in org.openrefine.commands.expr that return PreviewExpressionCommand.RowResult Modifier and Type Method Description protected static PreviewExpressionCommand.RowResultPreviewExpressionCommand. 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)Constructor parameters in org.openrefine.commands.expr with type arguments of type PreviewExpressionCommand.RowResult Constructor Description PreviewResult(List<PreviewExpressionCommand.RowResult> evaluated)
-