Uses of Class
net.hydromatic.morel.ast.Core.Group
Packages that use Core.Group
Package
Description
Abstract syntax tree.
Validates programs
(represented as
AstNode),
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.GroupModifier and TypeMethodDescriptionCore.Group.copy(SortedMap<Core.IdPat, Core.Exp> groupExps, SortedMap<Core.IdPat, Core.Aggregate> aggregates) CoreBuilder.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.GroupModifier and TypeMethodDescriptionprotected 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.GroupModifier and TypeMethodDescriptionprivate CalciteCompiler.RelContextCalciteCompiler.group(CalciteCompiler.RelContext cx, Core.Group group)