RankOptions

Constructors

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

Members

Functions

addSortKey
void addSortKey(arrow.sort_key.SortKey sortKey)

Add a sort key to be used.

equal
bool equal(arrow.rank_options.RankOptions otherOptions)
getSortKeys
arrow.sort_key.SortKey[] getSortKeys()
self
RankOptions 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]
nullPlacement
arrow.types.NullPlacement nullPlacement [@property getter]

Get nullPlacement property.

nullPlacement
arrow.types.NullPlacement nullPlacement [@property setter]

Set nullPlacement property.

tiebreaker
arrow.types.RankTiebreaker tiebreaker [@property getter]

Get tiebreaker property.

tiebreaker
arrow.types.RankTiebreaker tiebreaker [@property setter]

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