for hash join on success, null on error.
ExecutePlan.buildHashJoinNode
arrow.execute_node.ExecuteNode buildHashJoinNode(arrow.execute_node.ExecuteNode left, arrow.execute_node.ExecuteNode right, arrow.hash_join_node_options.HashJoinNodeOptions options)This is a shortcut of [arrow.execute_plan.ExecutePlan.buildNode] for hash join node.
Parameters
left | A left #GArrowExecuteNode. |
right | A right #GArrowExecuteNode. |
options | A #GArrowHashJoinNodeOptions. |
Returns
A newly built and added #GArrowExecuteNode
Throws
[ErrorWrap]