arrow.array_sort_options

Module for [ArraySortOptions] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ArraySortOptions self() nothrowReturns `this`, for use in `with` statements.
ArraySortOptionsGidBuilder builder() static nothrowGet builder for [arrow.array_sort_options.ArraySortOptions] Returns: New builder object
arrow.types.SortOrder order() @property nothrowGet `order` property. Returns: How to order values.
void order(arrow.types.SortOrder propval) @property nothrowSet `order` property. Params: propval = How to order values.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.array_sort_options.ArraySortOptions

Methods
T order(arrow.types.SortOrder propval) nothrowSet `order` property. Params: propval = How to order values. Returns: Builder instance for fluent chaining