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