Uses of Class
io.trino.sql.tree.GroupingElement
Packages that use GroupingElement
-
Uses of GroupingElement in io.trino.sql.tree
Subclasses of GroupingElement in io.trino.sql.treeModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classMethods in io.trino.sql.tree that return types with arguments of type GroupingElementMethods in io.trino.sql.tree with parameters of type GroupingElementModifier and TypeMethodDescriptionprotected RAstVisitor.visitGroupingElement(GroupingElement node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type GroupingElementModifierConstructorDescriptionGroupBy(boolean isDistinct, List<GroupingElement> groupingElements) GroupBy(NodeLocation location, boolean isDistinct, List<GroupingElement> groupingElements)