Uses of Interface
org.openrefine.expr.Evaluable
-
-
Uses of Evaluable in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as Evaluable Modifier and Type Field Description protected EvaluableListFacet. _evalprotected EvaluableRangeFacet.RangeFacetConfig. _evaluableprotected EvaluableTimeRangeFacet.TimeRangeFacetConfig. _evaluableprotected EvaluableScatterplotFacet. eval_xprotected EvaluableScatterplotFacet. eval_yMethods in org.openrefine.browsing.facets that return Evaluable Modifier and Type Method Description EvaluableListFacet.ListFacetConfig. getEvaluable()EvaluableScatterplotFacet.ScatterplotFacetConfig. getEvaluableX()EvaluableScatterplotFacet.ScatterplotFacetConfig. getEvaluableY() -
Uses of Evaluable in org.openrefine.browsing.filters
Fields in org.openrefine.browsing.filters declared as Evaluable Modifier and Type Field Description protected EvaluableExpressionStringComparisonRowFilter. _evaluableConstructors in org.openrefine.browsing.filters with parameters of type Evaluable Constructor Description ExpressionStringComparisonRowFilter(Evaluable evaluable, Boolean invert, String columnName, int cellIndex) -
Uses of Evaluable in org.openrefine.browsing.util
Fields in org.openrefine.browsing.util declared as Evaluable Modifier and Type Field Description protected EvaluableExpressionBasedRowEvaluable. _evalConstructors in org.openrefine.browsing.util with parameters of type Evaluable Constructor Description ExpressionBasedRowEvaluable(String columnName, int cellIndex, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId) -
Uses of Evaluable in org.openrefine.commands.expr
Methods in org.openrefine.commands.expr with parameters of type Evaluable 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) -
Uses of Evaluable in org.openrefine.expr
Methods in org.openrefine.expr that return Evaluable Modifier and Type Method Description EvaluableLanguageSpecificParser. parse(String source, String languagePrefix)static EvaluableMetaParser. parse(String s)Parse an expression that might have a language prefix into an Evaluable.default EvaluableEvaluable. renameColumnDependencies(Map<String,String> substitutions)Translates this expression by simultaneously substituting column names as the supplied map specifies.Methods in org.openrefine.expr with parameters of type Evaluable Modifier and Type Method Description static booleanExpressionUtils. dependsOnPendingValues(Evaluable evaluable, String baseColumnName, ColumnModel columnModel, Row row, Record record)Checks if the given expression relies on any pending cells in the given evaluation context. -
Uses of Evaluable in org.openrefine.grel
Classes in org.openrefine.grel that implement Evaluable Modifier and Type Class Description classGrelEvaluableMethods in org.openrefine.grel that return Evaluable Modifier and Type Method Description EvaluableParser. getExpression()EvaluableGrelEvaluable. renameColumnDependencies(Map<String,String> substitutions) -
Uses of Evaluable in org.openrefine.jython
Classes in org.openrefine.jython that implement Evaluable Modifier and Type Class Description classJythonEvaluable -
Uses of Evaluable in org.openrefine.operations
Fields in org.openrefine.operations declared as Evaluable Modifier and Type Field Description protected EvaluableExpressionBasedOperation. _evalMethods in org.openrefine.operations that return Evaluable Modifier and Type Method Description protected EvaluableExpressionBasedOperation. getEvaluable()Methods in org.openrefine.operations with parameters of type Evaluable Modifier and Type Method Description static RowInRecordChangeDataProducer<Cell>ExpressionBasedOperation. evaluatingChangeDataProducer(int columnIndex, String baseColumnName, OnError onError, int repeatCount, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)protected ColumnModelExpressionBasedOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)Returns the new column model after the operation has run.protected Map<String,OverlayModel>ExpressionBasedOperation. getNewOverlayModels(Grid state, ChangeContext context, Evaluable evaluable)Returns the new overlay models after this change is applied.protected GridExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval) -
Uses of Evaluable in org.openrefine.operations.column
Methods in org.openrefine.operations.column with parameters of type Evaluable Modifier and Type Method Description protected ColumnModelColumnAdditionByFetchingURLsOperation. getNewColumnModel(Grid grid, ChangeContext context, Evaluable evaluable)protected ColumnModelColumnAdditionOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)
-