Uses of Class
net.hydromatic.morel.ast.Core.Scan
-
Packages that use Core.Scan 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.Scan in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.Scan Modifier and Type Method Description Core.ScanCore.Scan. accept(Shuttle shuttle)Core.ScanCore.Scan. copy(List<Binding> bindings, Core.Pat pat, Core.Exp exp, Core.Exp condition)Core.ScanCoreBuilder. scan(Op op, List<Binding> bindings, Core.Pat pat, Core.Exp exp, Core.Exp condition)protected Core.ScanShuttle. visit(Core.Scan scan)Methods in net.hydromatic.morel.ast with parameters of type Core.Scan Modifier and Type Method Description protected voidFromBuilder.StepHandler. visit(Core.Scan scan)protected Core.ScanShuttle. visit(Core.Scan scan)protected voidVisitor. visit(Core.Scan scan) -
Uses of Core.Scan in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.Scan Modifier and Type Method Description private CalciteCompiler.RelContextCalciteCompiler. join(CalciteCompiler.RelContext cx, int i, Core.Scan scan)
-