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