| Package | Description |
|---|---|
| com.facebook.presto.sql.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
Cube |
class |
GroupingSets |
class |
Rollup |
class |
SimpleGroupBy |
| Modifier and Type | Method and Description |
|---|---|
List<GroupingElement> |
GroupBy.getGroupingElements() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
AstVisitor.visitGroupingElement(GroupingElement node,
C context) |
| Constructor and Description |
|---|
GroupBy(boolean isDistinct,
List<GroupingElement> groupingElements) |
GroupBy(NodeLocation location,
boolean isDistinct,
List<GroupingElement> groupingElements) |
Copyright © 2012–2023. All rights reserved.