arrow.sort_options

Module for [SortOptions] class

Types 3

Methods
GType _gType() @property
SortOptions self()Returns `this`, for use in `with` statements.
SortOptionsGidBuilder builder()Get builder for [arrow.sort_options.SortOptions] Returns: New builder object
void addSortKey(arrow.sort_key.SortKey sortKey)Add a sort key to be used.
void setSortKeys(arrow.sort_key.SortKey[] sortKeys)Set sort keys to be used.
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.sort_key.SortKey[] sortKeys = null)

Fluent builder for [arrow.sort_options.SortOptions]