Package org.apache.pinot.segment.local.function
-
Interface Summary Interface Description FunctionEvaluator Interface for evaluators of transform function expressions of schema field specs -
Class Summary Class Description FunctionEvaluatorFactory Factory class to create anFunctionEvaluatorfor the field spec based on theFieldSpec.getTransformFunction()GroovyFunctionEvaluator AnFunctionEvaluatorfor evaluating transform function expressions of a Schema field spec written in Groovy.InbuiltFunctionEvaluator Evaluates an expression.TimeSpecFunctionEvaluator An implementation ofFunctionEvaluatorfor converting the time value based on theTimeFieldSpec.