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

Method Sort

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

This is optimized for null partitioning and merging along the first sort key. Other sort keys are delegated to the Comparator class.

Source from the content-addressed store, hash-verified

647 // This is optimized for null partitioning and merging along the first sort key.
648 // Other sort keys are delegated to the Comparator class.
649 Status Sort() {
650 ARROW_RETURN_NOT_OK(status_);
651 return SortInternal();
652 }
653
654 private:
655 static RecordBatchVector MakeBatches(const Table& table, Status* status) {

Callers 4

SortInternalMethod · 0.45
SortIndicesMethod · 0.45
SortChunkedArrayFunction · 0.45
SortStructArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected