[
https://issues.apache.org/jira/browse/ARROW-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-7587.
-----------------------------------
Fix Version/s: 0.17.0
Resolution: Fixed
Issue resolved by pull request 6530
[https://github.com/apache/arrow/pull/6530]
> [C++][Compute] Add Top-k kernel
> -------------------------------
>
> Key: ARROW-7587
> URL: https://issues.apache.org/jira/browse/ARROW-7587
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++ - Compute
> Reporter: Yibo Cai
> Assignee: Yibo Cai
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.17.0
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)