Documentation
Dlang.org
HashJoinNodeOptions
arrow
hash_join_node_options
class
HashJoinNodeOptions :
ExecuteNodeOptions
{
this
(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys);
bool
setLeftOutputs
(string[] outputs);
bool
setRightOutputs
(string[] outputs);
}
Constructors
this
this
(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys)
Members
Functions
setLeftOutputs
bool
setLeftOutputs
(string[] outputs)
setRightOutputs
bool
setRightOutputs
(string[] outputs)
arrow
hash_join_node_options
classes
HashJoinNodeOptions