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