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

Method Sort

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

Source from the content-addressed store, hash-verified

59 output_(output) {}
60
61 Status Sort() {
62 ARROW_ASSIGN_OR_RAISE(array_sorter_, GetArraySorter(*physical_type_));
63 return physical_type_->Accept(this);
64 }
65
66#define VISIT(TYPE) \
67 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