Uses of Class
net.hydromatic.morel.compile.CalciteCompiler.VarData
Packages that use CalciteCompiler.VarData
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of CalciteCompiler.VarData in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile with type parameters of type CalciteCompiler.VarDataModifier and TypeFieldDescription(package private) final com.google.common.collect.ImmutableSortedMap<String, CalciteCompiler.VarData> CalciteCompiler.RelContext.mapConstructor parameters in net.hydromatic.morel.compile with type arguments of type CalciteCompiler.VarDataModifierConstructorDescription(package private)RelContext(Environment env, CalciteCompiler.RelContext parent, org.apache.calcite.tools.RelBuilder relBuilder, com.google.common.collect.ImmutableSortedMap<String, CalciteCompiler.VarData> map, int inputCount)