public final class Rollup extends GroupingElement
| Constructor and Description |
|---|
Rollup(List<Expression> columns) |
Rollup(NodeLocation location,
List<Expression> columns) |
| Modifier and Type | Method and Description |
|---|---|
protected <R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
List<Expression> |
getExpressions() |
int |
hashCode() |
String |
toString() |
getLocationpublic Rollup(List<Expression> columns)
public Rollup(NodeLocation location, List<Expression> columns)
public List<Expression> getExpressions()
getExpressions in class GroupingElementprotected <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.accept in class GroupingElementpublic List<Node> getChildren()
getChildren in class NodeCopyright © 2012–2023. All rights reserved.