Documentation
Dlang.org
ProjectNodeOptions
arrow
project_node_options
class
ProjectNodeOptions :
ExecuteNodeOptions
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
ProjectNodeOptions
self
();
this
(arrow.expression.Expression[] expressions, string[] names);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.expression.Expression[] expressions, string[] names)
Members
Functions
self
ProjectNodeOptions
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
project_node_options
classes
ProjectNodeOptions