arrow.array_sort_options

Module for [ArraySortOptions] class

Types 3

Methods
GType _gType() @property
ArraySortOptions self()Returns `this`, for use in `with` statements.
ArraySortOptionsGidBuilder builder()Get builder for [arrow.arraysortoptions.ArraySortOptions] Returns: New builder object
arrow.types.SortOrder order() @propertyGet `order` property. Returns: How to order values.
void order(arrow.types.SortOrder propval) @propertySet `order` property. Params: propval = How to order values.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T order(arrow.types.SortOrder propval)Set `order` property. Params: propval = How to order values. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.array_sort_options.ArraySortOptions]