Uses of Interface
org.openrefine.browsing.util.RowEvaluable
-
Packages that use RowEvaluable Package Description org.openrefine.browsing.filters org.openrefine.browsing.util -
-
Uses of RowEvaluable in org.openrefine.browsing.filters
Fields in org.openrefine.browsing.filters declared as RowEvaluable Modifier and Type Field Description protected RowEvaluable
ExpressionEqualRowFilter. _evaluable
protected RowEvaluable
DualExpressionsNumberComparisonRowFilter. _evalX
protected RowEvaluable
DualExpressionsNumberComparisonRowFilter. _evalY
protected RowEvaluable
ExpressionNumberComparisonRowFilter. _rowEvaluable
Constructors in org.openrefine.browsing.filters with parameters of type RowEvaluable Constructor Description DualExpressionsNumberComparisonRowFilter(RowEvaluable evaluableX, RowEvaluable evaluableY, boolean invert)
ExpressionEqualRowFilter(RowEvaluable evaluable, String columnName, int cellIndex, Set<String> matches, boolean selectBlank, boolean selectError, boolean invert)
ExpressionNumberComparisonRowFilter(RowEvaluable rowEvaluable, boolean selectNumeric, boolean selectNonNumeric, boolean selectBlank, boolean selectError, boolean invert)
ExpressionTimeComparisonRowFilter(RowEvaluable rowEvaluable, boolean selectTime, boolean selectNonTime, boolean selectBlank, boolean selectError, boolean invert)
-
Uses of RowEvaluable in org.openrefine.browsing.util
Classes in org.openrefine.browsing.util that implement RowEvaluable Modifier and Type Class Description class
ExpressionBasedRowEvaluable
Fields in org.openrefine.browsing.util declared as RowEvaluable Modifier and Type Field Description protected RowEvaluable
ExpressionValueFacetAggregator. _eval
Constructors in org.openrefine.browsing.util with parameters of type RowEvaluable Constructor Description ExpressionValueFacetAggregator(boolean invert, RowEvaluable eval)
NumericFacetAggregator(int maxBinCount, RowEvaluable rowEvaluable, double from, double to, boolean selectNumeric, boolean selectNonNumeric, boolean selectBlank, boolean selectError, boolean invert, boolean selected)
ScatterplotFacetAggregator(ScatterplotFacet.ScatterplotFacetConfig config, RowEvaluable evalX, RowEvaluable evalY)
ScatterplotRowFilter(RowEvaluable evaluableX, RowEvaluable evaluableY, double minX, double maxX, double minY, double maxY, double fromX, double toX, double fromY, double toY, ScatterplotFacet.Dimension dimX, ScatterplotFacet.Dimension dimY, double l, ScatterplotFacet.Rotation rotation, boolean invert)
StringValuesFacetAggregator(ColumnModel columnModel, int cellIndex, RowEvaluable evaluable, Set<String> selected, boolean selectBlanks, boolean selectErrors, boolean invert)
Constructor.TimeRangeFacetAggregator(TimeRangeFacet.TimeRangeFacetConfig config, boolean invert, RowEvaluable eval)
-