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