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

Function GetArraySorter

cpp/src/arrow/compute/kernels/vector_array_sort.cc:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662} // namespace
663
664Result<ArraySortFunc> GetArraySorter(const DataType& type) {
665 ArraySorterFactory factory;
666 return factory.MakeSorter(type);
667}
668
669void RegisterVectorArraySort(FunctionRegistry* registry) {
670 // The kernel outputs into preallocated memory and is never null

Callers 1

SortMethod · 0.85

Calls 1

MakeSorterMethod · 0.80

Tested by

no test coverage detected