Package com.google.refine.browsing.util
Class ExpressionBasedRowEvaluable
java.lang.Object
com.google.refine.browsing.util.ExpressionBasedRowEvaluable
- All Implemented Interfaces:
RowEvaluable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionBasedRowEvaluable(String columnName, int cellIndex, Evaluable eval) -
Method Summary
Modifier and TypeMethodDescriptioneval(Project project, int rowIndex, Row row, Properties bindings)
-
Field Details
-
_columnName
-
_cellIndex
protected final int _cellIndex -
_eval
-
-
Constructor Details
-
ExpressionBasedRowEvaluable
-
-
Method Details
-
eval
- Specified by:
evalin interfaceRowEvaluable
-