build_aggregate_node


Description:

[ 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.

Parameters:

this

A ExecutePlan.

input

A ExecuteNode.

options

A AggregateNodeOptions.

Returns:

A newly built and added ExecuteNode for aggregation on success, null on error.