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

Method Sort

cpp/src/arrow/compute/kernels/vector_sort.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 output_(output) {}
61
62 Status Sort() {
63 ARROW_ASSIGN_OR_RAISE(array_sorter_, GetArraySorter(*physical_type_));
64 return physical_type_->Accept(this);
65 }
66
67#define VISIT(TYPE) \
68 Status Visit(const TYPE& type) override { return SortInternal<TYPE>(); }

Callers

nothing calls this directly

Calls 3

GetArraySorterFunction · 0.85
ARROW_ASSIGN_OR_RAISEFunction · 0.50
AcceptMethod · 0.45

Tested by

no test coverage detected