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