Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Add a kernel to get top k smallest or largest elements (indices). If we don't require these elements to be sorted, std::nth_element will be a much faster solution than sorting everything then pick top k.
Attachments
Issue Links
- is related to
-
ARROW-8090 [C++][Compute] Implement stateful TopK operator node
- Open
- links to