Documentation
Dlang.org
HashJoinNodeOptions
arrow
hash_join_node_options
class
HashJoinNodeOptions :
ExecuteNodeOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
HashJoinNodeOptions
self
();
this
(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys);
bool
setLeftOutputs
(string[] outputs);
bool
setRightOutputs
(string[] outputs);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.types.JoinType type, string[] leftKeys, string[] rightKeys)
Members
Functions
self
HashJoinNodeOptions
self
()
Returns
this
, for use in
with
statements.
setLeftOutputs
bool
setLeftOutputs
(string[] outputs)
setRightOutputs
bool
setRightOutputs
(string[] outputs)
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From ExecuteNodeOptions
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
ExecuteNodeOptions
self
()
Returns
this
, for use in
with
statements.
arrow
hash_join_node_options
classes
HashJoinNodeOptions