public interface ExpressionHandler
Expressions.| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluator |
getEvaluator(StructType batchSchema,
Expression expression)
Create an
ExpressionEvaluator that can evaluate the given expression on
ColumnarBatchs with the given batchSchema. |
ExpressionEvaluator getEvaluator(StructType batchSchema, Expression expression)
ExpressionEvaluator that can evaluate the given expression on
ColumnarBatchs with the given batchSchema.batchSchema - Schema of the input data.expression - Expression to evaluate.ExpressionEvaluator instance bound to the given expression and
batchSchema.