Interface FunctionEvaluator
-
- All Known Implementing Classes:
GroovyFunctionEvaluator,InbuiltFunctionEvaluator,TimeSpecFunctionEvaluator
public interface FunctionEvaluatorInterface for evaluators of transform function expressions of schema field specs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectevaluate(Object[] values)Evaluates the function on the given values (same order as the arguments) and returns the result.Objectevaluate(GenericRow genericRow)Evaluate the function on the generic row and return the resultList<String>getArguments()Get the arguments of the function
-
-
-
Method Detail
-
evaluate
Object evaluate(GenericRow genericRow)
Evaluate the function on the generic row and return the result
-
-