HashJoinNodeOptions


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "7.0.0" ) ]
public HashJoinNodeOptions (JoinType type, string[] left_keys, string[] right_keys) throws Error

Parameters:

type

A JoinType to be used.

left_keys

Left join keys.

right_keys

Right join keys.

n_left_keys

The number of left_keys.

n_right_keys

The number of right_keys.

Returns:

A newly created HashJoinNodeOptions on success, null otherwise.