Package net.hydromatic.morel.foreign
Class CalciteFunctions.Context
java.lang.Object
net.hydromatic.morel.foreign.CalciteFunctions.Context
- Enclosing class:
CalciteFunctions
Execution context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Environmentfinal Sessionfinal org.apache.calcite.rel.type.RelDataTypeFactoryfinal TypeSystem -
Constructor Summary
ConstructorsConstructorDescriptionContext(Session session, Environment env, TypeSystem typeSystem, org.apache.calcite.rel.type.RelDataTypeFactory typeFactory) -
Method Summary
-
Field Details
-
session
-
env
-
typeSystem
-
typeFactory
public final org.apache.calcite.rel.type.RelDataTypeFactory typeFactory
-
-
Constructor Details
-
Context
public Context(Session session, Environment env, TypeSystem typeSystem, @Nullable org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
-
-
Method Details
-
withEnv
-