arrow.sort_options
Module for SortOptions class
Types 3
Methods
SortOptions self()Returns `this`, for use in `with` statements.SortOptionsGidBuilder builder()Get builder for [arrow.sort_options.SortOptions] Returns: New builder objectvoid addSortKey(arrow.sort_key.SortKey sortKey)Add a sort key to be used.bool equal(arrow.sort_options.SortOptions otherOptions)void setSortKeys(arrow.sort_key.SortKey[] sortKeys)Set sort keys to be used.Fluent builder implementation template for arrow.sort_options.SortOptions
Fluent builder for arrow.sort_options.SortOptions
Methods
SortOptions build()Create object from builder. Returns: New object