Class DualExpressionsNumberComparisonRowFilter
java.lang.Object
com.google.refine.browsing.filters.DualExpressionsNumberComparisonRowFilter
- All Implemented Interfaces:
RowFilter
Judge if a row matches by evaluating two given expressions on the row, based on two different columns
and checking the results. It's a match if the result satisfies some numeric comparisons.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDualExpressionsNumberComparisonRowFilter(Evaluable x_evaluable, String x_columnName, int x_cellIndex, Evaluable y_evaluable, String y_columnName, int y_cellIndex) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckValue(Object vx, Object vy) protected abstract booleancheckValues(double dx, double dy) boolean
-
Field Details
-
_x_evaluable
-
_x_columnName
-
_x_cellIndex
protected final int _x_cellIndex -
_y_evaluable
-
_y_columnName
-
_y_cellIndex
protected final int _y_cellIndex
-
-
Constructor Details
-
DualExpressionsNumberComparisonRowFilter
-
-
Method Details