Uses of Class
net.hydromatic.morel.ast.Core.Order
-
Packages that use Core.Order 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.Order in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.Order Modifier and Type Method Description Core.OrderCore.Order. accept(Shuttle shuttle)Core.OrderCore.Order. copy(List<Binding> bindings, List<Core.OrderItem> orderItems)Core.OrderCoreBuilder. order(List<Binding> bindings, Iterable<Core.OrderItem> orderItems)protected Core.OrderShuttle. visit(Core.Order order)Methods in net.hydromatic.morel.ast with parameters of type Core.Order Modifier and Type Method Description protected voidFromBuilder.StepHandler. visit(Core.Order order)protected Core.OrderShuttle. visit(Core.Order order)protected voidVisitor. visit(Core.Order order) -
Uses of Core.Order in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.Order Modifier and Type Method Description private CalciteCompiler.RelContextCalciteCompiler. order(CalciteCompiler.RelContext cx, Core.Order order)
-