arrow.hash_join_node_options
Module for HashJoinNodeOptions class
Types 3
Methods
HashJoinNodeOptions self()Returns `this`, for use in `with` statements.HashJoinNodeOptionsGidBuilder builder()Get 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
HashJoinNodeOptions build()Create object from builder. Returns: New object