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

Function AllOptionalNullPlacements

cpp/src/arrow/compute/kernels/vector_sort_test.cc:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66std::vector<std::optional<NullPlacement>> AllOptionalNullPlacements() {
67 return {std::nullopt, NullPlacement::AtEnd, NullPlacement::AtStart};
68}
69
70std::vector<RankOptions::Tiebreaker> AllTiebreakers() {
71 return {RankOptions::Min, RankOptions::Max, RankOptions::First, RankOptions::Dense};

Callers 2

TEST_FFunction · 0.85
TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected