Package org.apache.calcite.interpreter
Class InterpretableRel.InterpreterImplementor
java.lang.Object
org.apache.calcite.interpreter.InterpretableRel.InterpreterImplementor
- Enclosing interface:
InterpretableRel
-
Field Summary
Modifier and TypeFieldDescriptionfinal Compiler
final DataContext
final @Nullable CalcitePrepare.SparkHandler
-
Constructor Summary
ConstructorDescriptionInterpreterImplementor
(Compiler compiler, @Nullable CalcitePrepare.SparkHandler spark, DataContext dataContext) -
Method Summary
-
Field Details
-
compiler
-
internalParameters
-
spark
-
dataContext
-
relSinks
-
-
Constructor Details
-
InterpreterImplementor
public InterpreterImplementor(Compiler compiler, @Nullable CalcitePrepare.SparkHandler spark, DataContext dataContext)
-