ExecutePlan.buildFilterNode

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

Parameters

input arrow.execute_node.ExecuteNode

A #GArrowExecuteNode.

options arrow.filter_node_options.FilterNodeOptions

A #GArrowFilterNodeOptions.

Return Value

Type: arrow.execute_node.ExecuteNode

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