arrow.sort_options

Module for [SortOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SortOptions self() nothrowReturns `this`, for use in `with` statements.
SortOptionsGidBuilder builder() static nothrowGet builder for [arrow.sort_options.SortOptions] Returns: New builder object
void addSortKey(arrow.sort_key.SortKey sortKey) nothrowAdd a sort key to be used.
bool equal(arrow.sort_options.SortOptions otherOptions) nothrow
void setSortKeys(arrow.sort_key.SortKey[] sortKeys) nothrowSet sort keys to be used.
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.sort_key.SortKey[] sortKeys = null)
Methods
SortOptions build() nothrowCreate object from builder. Returns: New object