ExecutePlan.buildSinkNode

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

Parameters

input arrow.execute_node.ExecuteNode

A #GArrowExecuteNode.

options arrow.sink_node_options.SinkNodeOptions

A #GArrowSinkNodeOptions.

Return Value

Type: arrow.execute_node.ExecuteNode

A newly built and added #GArrowExecuteNode for sink on success, null on error.