arrow.array_sort_options
Module for [ArraySortOptions] class
Types 3
Methods
ArraySortOptions self()Returns `this`, for use in `with` statements.ArraySortOptionsGidBuilder builder()Get builder for [arrow.arraysortoptions.ArraySortOptions] Returns: New builder objectvoid order(arrow.types.SortOrder propval) @propertySet `order` property. Params: propval = How to order values.bool equal(arrow.array_sort_options.ArraySortOptions otherOptions)Methods
T order(arrow.types.SortOrder propval)Set `order` property. Params: propval = How to order values. Returns: Builder instance for fluent chainingFluent builder for [arrow.array_sort_options.ArraySortOptions]
Methods