arrow.rank_options

Module for [RankOptions] class

Types 3

Methods
GType _gType() @property
RankOptions self()Returns `this`, for use in `with` statements.
RankOptionsGidBuilder builder()Get builder for [arrow.rank_options.RankOptions] Returns: New builder object
arrow.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.
void setSortKeys(arrow.sort_key.SortKey[] sortKeys)Set sort keys to be used.
Constructors
this(void * ptr, Flag!"Take" take)
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 chaining
T tiebreaker(arrow.types.RankTiebreaker propval)Set `tiebreaker` property. Params: propval = Tiebreaker for dealing with equal values in ranks. Returns: Builder instance for fluent chaining

Fluent builder for [arrow.rank_options.RankOptions]