Documentation
Dlang.org
AggregateNodeOptions
arrow
aggregate_node_options
class
AggregateNodeOptions :
ExecuteNodeOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
AggregateNodeOptions
self
();
this
(arrow.aggregation.Aggregation[] aggregations, string[] keys);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.aggregation.Aggregation[] aggregations, string[] keys)
Members
Functions
self
AggregateNodeOptions
self
()
Returns
this
, for use in
with
statements.
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
aggregate_node_options
classes
AggregateNodeOptions