arrow.rank_options
Module for [RankOptions] class
Types 3
Methods
RankOptions self()Returns `this`, for use in `with` statements.RankOptionsGidBuilder builder()Get builder for [arrow.rank_options.RankOptions] Returns: New builder objectarrow.types.NullPlacement nullPlacement() @propertyGet `nullPlacement` property. Returns: Whether nulls and NaNs are placed at the start or at the end.void nullPlacement(arrow.types.NullPlacement propval) @propertySet `nullPlacement` property. Params: propval = Whether nulls and NaNs are placed at the start or at the end.arrow.types.RankTiebreaker tiebreaker() @propertyGet `tiebreaker` property. Returns: Tiebreaker for dealing with equal values in ranks.void tiebreaker(arrow.types.RankTiebreaker propval) @propertySet `tiebreaker` property. Params: propval = Tiebreaker for dealing with equal values in ranks.void addSortKey(arrow.sort_key.SortKey sortKey)Add a sort key to be used.bool equal(arrow.rank_options.RankOptions otherOptions)void setSortKeys(arrow.sort_key.SortKey[] sortKeys)Set sort keys to be used.Methods
T nullPlacement(arrow.types.NullPlacement propval)Set `nullPlacement` property. Params: propval = Whether nulls and NaNs are placed at the start or at the end. Returns: Builder instance for fluent chainingT tiebreaker(arrow.types.RankTiebreaker propval)Set `tiebreaker` property. Params: propval = Tiebreaker for dealing with equal values in ranks. Returns: Builder instance for fluent chainingFluent builder for [arrow.rank_options.RankOptions]
Methods