arrow.hash_join_node_options
Module for [HashJoinNodeOptions] class
Types 3
Methods
HashJoinNodeOptionsGidBuilder builder() static nothrowGet builder for [arrow.hash_join_node_options.HashJoinNodeOptions] Returns: New builder objectbool setLeftOutputs(string[] outputs)bool setRightOutputs(string[] outputs)Constructors
this(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys)classHashJoinNodeOptionsGidBuilderImpl(T) : arrow.execute_node_options.ExecuteNodeOptionsGidBuilderImpl!T
Fluent builder implementation template for arrow.hash_join_node_options.HashJoinNodeOptions
classHashJoinNodeOptionsGidBuilder : HashJoinNodeOptionsGidBuilderImpl!HashJoinNodeOptionsGidBuilder
Fluent builder for arrow.hash_join_node_options.HashJoinNodeOptions
Methods