[ CCode ( has_construct_function = false ) ]
[ Version ( since = "7.0.0" ) ]
public HashJoinNodeOptions (JoinType type, string[] left_keys, string[] right_keys) throws Error
| type |
A JoinType to be used. |
| left_keys |
Left join keys. |
| right_keys |
Right join keys. |
| n_left_keys |
The number of |
| n_right_keys |
The number of |
|
A newly created HashJoinNodeOptions on success, null otherwise. |