Package net.hydromatic.morel.foreign
Class CalciteFunctions.Context
- java.lang.Object
-
- net.hydromatic.morel.foreign.CalciteFunctions.Context
-
- Enclosing class:
- CalciteFunctions
public static class CalciteFunctions.Context extends Object
Execution context.
-
-
Field Summary
Fields Modifier and Type Field Description EnvironmentenvSessionsessionorg.apache.calcite.rel.type.RelDataTypeFactorytypeFactoryTypeSystemtypeSystem
-
Constructor Summary
Constructors Constructor Description Context(Session session, Environment env, TypeSystem typeSystem, org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalciteFunctions.ContextwithEnv(Environment env)
-
-
-
Field Detail
-
session
public final Session session
-
env
public final Environment env
-
typeSystem
public final TypeSystem typeSystem
-
typeFactory
public final org.apache.calcite.rel.type.RelDataTypeFactory typeFactory
-
-
Constructor Detail
-
Context
public Context(Session session, Environment env, TypeSystem typeSystem, @Nullable org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)
-
-
Method Detail
-
withEnv
public CalciteFunctions.Context withEnv(Environment env)
-
-