arrow.rank_options
Module for [RankOptions] class
Types 3
Methods
RankOptionsGidBuilder builder() static nothrowGet builder for [arrow.rank_options.RankOptions] Returns: New builder objectarrow.types.NullPlacement nullPlacement() @property nothrowGet `nullPlacement` property. Returns: Whether nulls and NaNs are placed at the start or at the end.void nullPlacement(arrow.types.NullPlacement propval) @property nothrowSet `nullPlacement` property. Params: propval = Whether nulls and NaNs are placed at the start or at the end.arrow.types.RankTiebreaker tiebreaker() @property nothrowGet `tiebreaker` property. Returns: Tiebreaker for dealing with equal values in ranks.void tiebreaker(arrow.types.RankTiebreaker propval) @property nothrowSet `tiebreaker` property. Params: propval = Tiebreaker for dealing with equal values in ranks.bool equal(arrow.rank_options.RankOptions otherOptions) nothrowarrow.sort_key.SortKey[] getSortKeys() nothrowFluent builder implementation template for arrow.rank_options.RankOptions
Methods
T nullPlacement(arrow.types.NullPlacement propval) nothrowSet `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) nothrowSet `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