Uses of Class
net.hydromatic.morel.compile.CalciteCompiler.VarData
-
Packages that use CalciteCompiler.VarData Package Description net.hydromatic.morel.compile Validates programs (represented asAstNode), 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.VarData Modifier and Type Field Description (package private) com.google.common.collect.ImmutableSortedMap<String,CalciteCompiler.VarData>CalciteCompiler.RelContext. mapConstructor parameters in net.hydromatic.morel.compile with type arguments of type CalciteCompiler.VarData Constructor Description RelContext(Environment env, CalciteCompiler.RelContext parent, org.apache.calcite.tools.RelBuilder relBuilder, com.google.common.collect.ImmutableSortedMap<String,CalciteCompiler.VarData> map, int inputCount)
-