FilterOptions

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

self
FilterOptions self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]
nullSelectionBehavior
arrow.types.FilterNullSelectionBehavior nullSelectionBehavior [@property getter]

Get nullSelectionBehavior property.

nullSelectionBehavior
arrow.types.FilterNullSelectionBehavior nullSelectionBehavior [@property setter]

Set nullSelectionBehavior property.

Static functions

getGType
GType getGType()

Inherited Members

From FunctionOptions

getGType
GType getGType()
gType
GType gType [@property getter]
self
FunctionOptions self()

Returns this, for use in with statements.

equal
bool equal(arrow.function_options.FunctionOptions otherOptions)
toString_
string toString_()