Uses of Class
net.hydromatic.morel.foreign.CalciteFunctions.Context
-
Packages that use CalciteFunctions.Context Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated.net.hydromatic.morel.foreign Provides access to external data sources. -
-
Uses of CalciteFunctions.Context in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return CalciteFunctions.Context Modifier and Type Method Description protected CalciteFunctions.ContextCalciteCompiler. createContext(Environment env)protected CalciteFunctions.ContextCompiler. createContext(Environment env)Creates a context. -
Uses of CalciteFunctions.Context in net.hydromatic.morel.foreign
Fields in net.hydromatic.morel.foreign declared as CalciteFunctions.Context Modifier and Type Field Description (package private) CalciteFunctions.ContextCalciteFunctions.MorelApplyFunction. cxprivate CalciteFunctions.ContextCalciteFunctions.MorelScalarFunction. cxprivate CalciteFunctions.ContextCalciteFunctions.MorelTableFunction. cxFields in net.hydromatic.morel.foreign with type parameters of type CalciteFunctions.Context Modifier and Type Field Description static ThreadLocal<CalciteFunctions.Context>CalciteFunctions. THREAD_ENVMethods in net.hydromatic.morel.foreign that return CalciteFunctions.Context Modifier and Type Method Description CalciteFunctions.ContextCalciteFunctions.Context. withEnv(Environment env)
-