ExecutePlan.buildAggregateNode

This is a shortcut of arrow.execute_plan.ExecutePlan.buildNode for aggregate node.

Parameters

inputA #GArrowExecuteNode.
optionsA #GArrowAggregateNodeOptions.

Returns

A newly built and added #GArrowExecuteNode

for aggregation on success, null on error.

Throws