Package | Description |
---|---|
org.apache.storm.sql.planner.trident | |
org.apache.storm.sql.runtime.calcite | |
org.apache.storm.sql.runtime.trident.functions |
Modifier and Type | Method and Description |
---|---|
ExecutableExpression |
TridentPlanCreator.createScalarInstance(List<org.apache.calcite.rex.RexNode> nodes,
org.apache.calcite.rel.type.RelDataType inputRowType,
String className) |
ExecutableExpression |
TridentPlanCreator.createScalarInstance(org.apache.calcite.rex.RexProgram program,
String className) |
Modifier and Type | Class and Description |
---|---|
class |
DebuggableExecutableExpression |
Constructor and Description |
---|
DebuggableExecutableExpression(ExecutableExpression delegate,
String delegateCode) |
Constructor and Description |
---|
EvaluationCalc(ExecutableExpression filterInstance,
ExecutableExpression projectionInstance,
int outputCount,
org.apache.calcite.DataContext dataContext) |
EvaluationFilter(ExecutableExpression filterInstance,
org.apache.calcite.DataContext dataContext) |
EvaluationFunction(ExecutableExpression projectionInstance,
int outputCount,
org.apache.calcite.DataContext dataContext) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.