[ 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.
| this |
A ExecutePlan. |
| left |
A left ExecuteNode. |
| right |
A right ExecuteNode. |
| options |
|
A newly built and added ExecuteNode for hash join on success, null on error. |