arrow.array_sort_options
Module for [ArraySortOptions] class
Types 3
Methods
ArraySortOptionsGidBuilder builder() static nothrowGet builder for [arrow.array_sort_options.ArraySortOptions] Returns: New builder objectvoid order(arrow.types.SortOrder propval) @property nothrowSet `order` property. Params: propval = How to order values.bool equal(arrow.array_sort_options.ArraySortOptions otherOptions) nothrowFluent 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 chainingFluent builder for arrow.array_sort_options.ArraySortOptions
Methods