Uses of Interface
org.apache.storm.sql.runtime.calcite.ExecutableExpression
Packages that use ExecutableExpression
Package
Description
- 
Uses of ExecutableExpression in org.apache.storm.sql.planner.streamsMethods in org.apache.storm.sql.planner.streams that return ExecutableExpressionModifier and TypeMethodDescriptionStreamsPlanCreator.createScalarInstance(List<org.apache.calcite.rex.RexNode> nodes, org.apache.calcite.rel.type.RelDataType inputRowType, String className) StreamsPlanCreator.createScalarInstance(org.apache.calcite.rex.RexProgram program, String className) 
- 
Uses of ExecutableExpression in org.apache.storm.sql.runtime.calciteClasses in org.apache.storm.sql.runtime.calcite that implement ExecutableExpressionConstructors in org.apache.storm.sql.runtime.calcite with parameters of type ExecutableExpressionModifierConstructorDescriptionDebuggableExecutableExpression(ExecutableExpression delegate, String delegateCode) 
- 
Uses of ExecutableExpression in org.apache.storm.sql.runtime.streams.functionsConstructors in org.apache.storm.sql.runtime.streams.functions with parameters of type ExecutableExpressionModifierConstructorDescriptionEvaluationCalc(ExecutableExpression filterInstance, ExecutableExpression projectionInstance, int outputCount, org.apache.calcite.DataContext dataContext) EvaluationCalc Constructor.EvaluationFilter(ExecutableExpression filterInstance, org.apache.calcite.DataContext dataContext) EvaluationFilter Constructor.EvaluationFunction(ExecutableExpression projectionInstance, int outputCount, org.apache.calcite.DataContext dataContext) EvaluationFunction Constructor.