| Constructor and Description |
|---|
Aggregate(RelNode input,
List<RexNode> groupByKeys,
List<RexNode> aggregations,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RelNodeVisitor<R> visitor)
Accept method for the visitor pattern.
|
List<RexNode> |
getAggregations() |
List<RexNode> |
getGroupByKeys() |
RelNode |
getInput() |
List<RelNode> |
getInputs()
Returns the child RelNodes of this node (for iterative traversal).
|
public List<RexNode> getGroupByKeys()
public List<RexNode> getAggregations()
public List<RelNode> getInputs()
RelNodepublic <R> R accept(RelNodeVisitor<R> visitor)
RelNode