public final class Cube extends GroupingElement
| Constructor and Description |
|---|
Cube(List<Expression> columns) |
Cube(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 Cube(List<Expression> columns)
public Cube(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.