ExecutePlan.buildHashJoinNode

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

Parameters

leftA left #GArrowExecuteNode.
rightA right #GArrowExecuteNode.
optionsA #GArrowHashJoinNodeOptions.

Returns

A newly built and added #GArrowExecuteNode

for hash join on success, null on error.

Throws

[ErrorWrap]