Uses of Class
net.hydromatic.morel.foreign.CalciteFunctions.Context
Packages that use CalciteFunctions.Context
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Provides access to external data sources.
-
Uses of CalciteFunctions.Context in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return CalciteFunctions.ContextModifier and TypeMethodDescriptionprotected 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.ContextModifier and TypeFieldDescription(package private) final CalciteFunctions.ContextCalciteFunctions.MorelApplyFunction.cxprivate final CalciteFunctions.ContextCalciteFunctions.MorelScalarFunction.cxprivate final CalciteFunctions.ContextCalciteFunctions.MorelTableFunction.cxFields in net.hydromatic.morel.foreign with type parameters of type CalciteFunctions.ContextModifier and TypeFieldDescriptionstatic final ThreadLocal<CalciteFunctions.Context> CalciteFunctions.THREAD_ENVMethods in net.hydromatic.morel.foreign that return CalciteFunctions.Context