Class ExpressionStringComparisonRowFilter
java.lang.Object
com.google.refine.browsing.filters.ExpressionStringComparisonRowFilter
- All Implemented Interfaces:
RowFilter
Judge if a row matches by evaluating a given expression on the row, based on a particular
column, and checking the result. It's a match if the result satisfies some string comparisons.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionStringComparisonRowFilter(Evaluable evaluable, Boolean invert, String columnName, int cellIndex) -
Method Summary