arrow.hash_join_node_options

Module for [HashJoinNodeOptions] class

Types 3

Methods
GType _gType() @property
HashJoinNodeOptions self()Returns `this`, for use in `with` statements.
HashJoinNodeOptionsGidBuilder builder()Get builder for [arrow.hashjoinnode_options.HashJoinNodeOptions] Returns: New builder object
bool setLeftOutputs(string[] outputs)
bool setRightOutputs(string[] outputs)
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys)

Fluent builder for [arrow.hash_join_node_options.HashJoinNodeOptions]