Uses of Interface
net.hydromatic.morel.compile.CalciteCompiler.RelCode
-
Packages that use CalciteCompiler.RelCode 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.RelCode in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return CalciteCompiler.RelCode Modifier and Type Method Description protected CalciteCompiler.RelCodeCalciteCompiler. compileApply(Compiler.Context cx, Core.Apply apply)protected CalciteCompiler.RelCodeCalciteCompiler. compileFrom(Compiler.Context cx, Core.From from)static CalciteCompiler.RelCodeCalciteCompiler.RelCode. of(Code code, Predicate<CalciteCompiler.RelContext> c)
-