Uses of Enum Class
io.trino.sql.tree.GroupingSets.Type
Packages that use GroupingSets.Type
-
Uses of GroupingSets.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return GroupingSets.TypeModifier and TypeMethodDescriptionGroupingSets.getType()static GroupingSets.TypeReturns the enum constant of this class with the specified name.static GroupingSets.Type[]GroupingSets.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type GroupingSets.TypeModifierConstructorDescriptionGroupingSets(GroupingSets.Type type, List<List<Expression>> groupingSets) GroupingSets(NodeLocation location, GroupingSets.Type type, List<List<Expression>> sets)