MCPcopy Create free account
hub / github.com/apache/arrow / RankOptions

Function RankOptions

cpp/src/arrow/compute/api_vector.h:219–221  ·  view source on GitHub ↗

Convenience constructor for array inputs

Source from the content-addressed store, hash-verified

217 Tiebreaker tiebreaker = RankOptions::First);
218 /// Convenience constructor for array inputs
219 explicit RankOptions(SortOrder order, NullPlacement null_placement,
220 Tiebreaker tiebreaker = RankOptions::First)
221 : RankOptions({SortKey("", order, null_placement)}, tiebreaker) {}
222
223 explicit RankOptions(std::vector<SortKey> sort_keys = {},
224 Tiebreaker tiebreaker = RankOptions::First);

Callers 1

DefaultsFunction · 0.85

Calls 1

SortKeyClass · 0.50

Tested by

no test coverage detected