build_hash_join_node


Description:

[ Version ( since = "7.0.0" ) ]
public ExecuteNode build_hash_join_node (ExecuteNode left, ExecuteNode right, HashJoinNodeOptions options) throws Error

This is a shortcut of build_node for hash join node.

Parameters:

this

A ExecutePlan.

left

A left ExecuteNode.

right

A right ExecuteNode.

options

A HashJoinNodeOptions.

Returns:

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