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.array_sort_options.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)Fluent builder implementation template for arrow.array_sort_options.ArraySortOptions
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
ArraySortOptions build()Create object from builder. Returns: New object