Uses of Class
net.hydromatic.morel.ast.Core.Group
-
Packages that use Core.Group 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.Group in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.Group Modifier and Type Method Description Core.GroupCore.Group. accept(Shuttle shuttle)Core.GroupCore.Group. copy(SortedMap<Core.IdPat,Core.Exp> groupExps, SortedMap<Core.IdPat,Core.Aggregate> aggregates)Core.GroupCoreBuilder. group(SortedMap<Core.IdPat,Core.Exp> groupExps, SortedMap<Core.IdPat,Core.Aggregate> aggregates)protected Core.GroupShuttle. visit(Core.Group group)Methods in net.hydromatic.morel.ast with parameters of type Core.Group Modifier and Type Method Description protected voidFromBuilder.StepHandler. visit(Core.Group group)protected Core.GroupShuttle. visit(Core.Group group)protected voidVisitor. visit(Core.Group group) -
Uses of Core.Group in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile with parameters of type Core.Group Modifier and Type Method Description private CalciteCompiler.RelContextCalciteCompiler. group(CalciteCompiler.RelContext cx, Core.Group group)
-