Uses of Interface
com.google.refine.expr.Evaluable
Packages that use Evaluable
Package
Description
-
Uses of Evaluable in com.google.refine.browsing.facets
Fields in com.google.refine.browsing.facets declared as EvaluableModifier and TypeFieldDescriptionprotected EvaluableListFacet._evalprotected EvaluableRangeFacet._evalprotected EvaluableTimeRangeFacet._evalprotected EvaluableScatterplotFacet.eval_xprotected EvaluableScatterplotFacet.eval_yMethods in com.google.refine.browsing.facets with parameters of type EvaluableModifier and TypeMethodDescriptionstatic NumericBinIndexScatterplotFacet.getBinIndex(Project project, Column column, Evaluable eval, String expression) static NumericBinIndexScatterplotFacet.getBinIndex(Project project, Column column, Evaluable eval, String expression, String mode) -
Uses of Evaluable in com.google.refine.browsing.filters
Fields in com.google.refine.browsing.filters declared as EvaluableModifier and TypeFieldDescriptionprotected final EvaluableExpressionEqualRowFilter._evaluableprotected final EvaluableExpressionStringComparisonRowFilter._evaluableprotected final EvaluableDualExpressionsNumberComparisonRowFilter._x_evaluableprotected final EvaluableDualExpressionsNumberComparisonRowFilter._y_evaluableConstructors in com.google.refine.browsing.filters with parameters of type EvaluableModifierConstructorDescriptionDualExpressionsNumberComparisonRowFilter(Evaluable x_evaluable, String x_columnName, int x_cellIndex, Evaluable y_evaluable, String y_columnName, int y_cellIndex) ExpressionEqualRowFilter(Evaluable evaluable, String columnName, int cellIndex, Object[] matches, boolean selectBlank, boolean selectError, boolean invert) ExpressionStringComparisonRowFilter(Evaluable evaluable, Boolean invert, String columnName, int cellIndex) -
Uses of Evaluable in com.google.refine.browsing.util
Fields in com.google.refine.browsing.util declared as EvaluableModifier and TypeFieldDescriptionprotected final EvaluableExpressionBasedRowEvaluable._evalprotected final EvaluableExpressionNominalValueGrouper._evaluableConstructors in com.google.refine.browsing.util with parameters of type EvaluableModifierConstructorDescriptionExpressionBasedRowEvaluable(String columnName, int cellIndex, Evaluable eval) ExpressionNominalValueGrouper(Evaluable evaluable, String columnName, int cellIndex) -
Uses of Evaluable in com.google.refine.expr
Methods in com.google.refine.expr that return Evaluable -
Uses of Evaluable in com.google.refine.grel
Fields in com.google.refine.grel declared as EvaluableMethods in com.google.refine.grel that return EvaluableModifier and TypeMethodDescriptionParser.getExpression()protected Evaluable[]protected EvaluableParser.parseExpression()protected EvaluableParser.parseFactor()protected EvaluableParser.parseSubExpression()protected EvaluableParser.parseTerm()Methods in com.google.refine.grel that return types with arguments of type EvaluableMethods in com.google.refine.grel with parameters of type EvaluableModifier and TypeMethodDescriptionControl.call(Properties bindings, Evaluable[] args) Control.checkArguments(Evaluable[] args) Method parameters in com.google.refine.grel with type arguments of type Evaluable -
Uses of Evaluable in com.google.refine.grel.ast
Classes in com.google.refine.grel.ast that implement EvaluableModifier and TypeClassDescriptionclassAn abstract syntax tree node encapsulating a control call, such as "if".classAn abstract syntax tree node encapsulating a field accessor, e.g., "cell.value" is accessing the field named "value" on the variable called "cell".classAn abstract syntax tree node encapsulating a function call.classAn abstract syntax tree node encapsulating a literal value.classAn abstract syntax tree node encapsulating an operator call, such as "+".classAn abstract syntax tree node encapsulating the retrieval of a variable's content.Fields in com.google.refine.grel.ast declared as EvaluableModifier and TypeFieldDescriptionprotected final Evaluable[]ControlCallExpr._argsprotected final Evaluable[]FunctionCallExpr._argsprotected final Evaluable[]OperatorCallExpr._argsprotected final EvaluableFieldAccessorExpr._innerConstructors in com.google.refine.grel.ast with parameters of type EvaluableModifierConstructorDescriptionControlCallExpr(Evaluable[] args, Control c) FieldAccessorExpr(Evaluable inner, String fieldName) FunctionCallExpr(Evaluable[] args, Function f) OperatorCallExpr(Evaluable[] args, String op) -
Uses of Evaluable in com.google.refine.grel.controls
Methods in com.google.refine.grel.controls with parameters of type EvaluableModifier and TypeMethodDescriptionFilter.call(Properties bindings, Evaluable[] args) ForEach.call(Properties bindings, Evaluable[] args) ForEachIndex.call(Properties bindings, Evaluable[] args) ForNonBlank.call(Properties bindings, Evaluable[] args) ForRange.call(Properties bindings, Evaluable[] args) If.call(Properties bindings, Evaluable[] args) With.call(Properties bindings, Evaluable[] args) Filter.checkArguments(Evaluable[] args) ForEach.checkArguments(Evaluable[] args) ForEachIndex.checkArguments(Evaluable[] args) ForNonBlank.checkArguments(Evaluable[] args) ForRange.checkArguments(Evaluable[] args) If.checkArguments(Evaluable[] args) With.checkArguments(Evaluable[] args) -
Uses of Evaluable in com.google.refine.operations.column
Fields in com.google.refine.operations.column declared as EvaluableModifier and TypeFieldDescriptionprotected final EvaluableColumnAdditionByFetchingURLsOperation.ColumnAdditionByFetchingURLsProcess._evalConstructors in com.google.refine.operations.column with parameters of type EvaluableModifierConstructorDescriptionColumnAdditionByFetchingURLsProcess(Project project, Engine engine, Evaluable eval, String description, boolean cacheResponses)