Uses of Class
net.hydromatic.morel.ast.Core.From
-
Packages that use Core.From Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.compile Validates programs (represented asAstNode), deduces their type, and compiles them into code that can be evaluated. -
-
Uses of Core.From in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.From Modifier and Type Method Description Core.FromFromBuilder. build()Core.FromCoreBuilder. from(ListType type, List<Core.FromStep> steps)Core.FromCoreBuilder. from(TypeSystem typeSystem, List<Core.FromStep> steps)Derives the result type, then callsCoreBuilder.from(ListType, List).Methods in net.hydromatic.morel.ast with parameters of type Core.From Modifier and Type Method Description protected abstract AstWriterCore.FromStep. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected AstWriterCore.Group. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected AstWriterCore.Order. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected AstWriterCore.Scan. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected AstWriterCore.Where. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected AstWriterCore.Yield. unparse(AstWriter w, Core.From from, int ordinal, int left, int right)protected Core.ExpShuttle. visit(Core.From from)protected voidVisitor. visit(Core.From from) -
Uses of Core.From in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.From Modifier and Type Method Description private Core.FromRelationalizer. toFrom(Core.Exp exp)Methods in net.hydromatic.morel.compile with parameters of type Core.From Modifier and Type Method Description protected CalciteCompiler.RelCodeCalciteCompiler. compileFrom(Compiler.Context cx, Core.From from)protected CodeCompiler. compileFrom(Compiler.Context cx, Core.From from)Core.ExpEnvShuttle. visit(Core.From from)protected voidEnvVisitor. visit(Core.From from)Core.ExpRelationalizer. visit(Core.From from)
-