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

Function AllOrders

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

Source from the content-addressed store, hash-verified

56#endif
57
58std::vector<SortOrder> AllOrders() {
59 return {SortOrder::Ascending, SortOrder::Descending};
60}
61
62std::vector<NullPlacement> AllNullPlacements() {
63 return {NullPlacement::AtEnd, NullPlacement::AtStart};

Callers 4

TESTFunction · 0.85
TYPED_TESTFunction · 0.85
TEST_FFunction · 0.85
TestSortIndicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected