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 for [arrow.sort_options.SortOptions]
Methods