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

Method Sort

cpp/src/arrow/compute/kernels/vector_sort.cc:641–644  ·  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

639 // This is optimized for null partitioning and merging along the first sort key.
640 // Other sort keys are delegated to the Comparator class.
641 Status Sort() {
642 ARROW_RETURN_NOT_OK(status_);
643 return SortInternal();
644 }
645
646 private:
647 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