[ Version ( since = "6.0.0" ) ]
public ExecuteNode build_aggregate_node (ExecuteNode input, AggregateNodeOptions options) throws Error
This is a shortcut of build_node for aggregate node.
| this |
A ExecutePlan. |
| input |
A ExecuteNode. |
| options |
|
A newly built and added ExecuteNode for aggregation on success, null on error. |