Uses of Class
io.trino.sql.tree.GroupingElement
-
Packages that use GroupingElement Package Description io.trino.sql.tree -
-
Uses of GroupingElement in io.trino.sql.tree
Subclasses of GroupingElement in io.trino.sql.tree Modifier and Type Class Description classCubeclassGroupingSetsclassRollupclassSimpleGroupByMethods in io.trino.sql.tree that return types with arguments of type GroupingElement Modifier and Type Method Description List<GroupingElement>GroupBy. getGroupingElements()Methods in io.trino.sql.tree with parameters of type GroupingElement Modifier and Type Method Description protected RAstVisitor. visitGroupingElement(GroupingElement node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type GroupingElement Constructor Description GroupBy(boolean isDistinct, List<GroupingElement> groupingElements)GroupBy(NodeLocation location, boolean isDistinct, List<GroupingElement> groupingElements)
-