SetLookupOptions

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.datum.Datum valueSet)

Members

Functions

self
SetLookupOptions self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]
skipNulls
bool skipNulls [@property getter]

Get skipNulls property.

skipNulls
bool skipNulls [@property setter]

Set skipNulls property.

valueSet
arrow.datum.Datum valueSet [@property getter]

Get valueSet property.

valueSet
arrow.datum.Datum valueSet [@property setter]

Set valueSet 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_()