SortOptions

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.sort_key.SortKey[] sortKeys)

Members

Functions

addSortKey
void addSortKey(arrow.sort_key.SortKey sortKey)

Add a sort key to be used.

equal
bool equal(arrow.sort_options.SortOptions otherOptions)
getSortKeys
arrow.sort_key.SortKey[] getSortKeys()
self
SortOptions self()

Returns this, for use in with statements.

setSortKeys
void setSortKeys(arrow.sort_key.SortKey[] sortKeys)

Set sort keys to be used.

Properties

gType
GType gType [@property getter]

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