Interface RowFunction
-
public interface RowFunctionInterface for evaluating functions on rows. Used byTransformer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecteval(Row row)List<String>evalDimension(Row row)
-