ExecutePlan.buildHashJoinNode

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

Parameters

left arrow.execute_node.ExecuteNode

A left #GArrowExecuteNode.

right arrow.execute_node.ExecuteNode

A right #GArrowExecuteNode.

options arrow.hash_join_node_options.HashJoinNodeOptions

A #GArrowHashJoinNodeOptions.

Return Value

Type: arrow.execute_node.ExecuteNode

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