[ 
https://issues.apache.org/jira/browse/ARROW-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343547#comment-17343547
 ] 

Ian Cook commented on ARROW-7587:
---------------------------------

Ah, thanks [~apitrou]. I can see now that this was added to the function 
registry as "partition_indices" in ARROW-8792 then renamed 
"partition_nth_indices" in ARROW-9390.

> [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++
>            Reporter: Yibo Cai
>            Assignee: Yibo Cai
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.17.0
>
>          Time Spent: 3h 10m
>  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)

Reply via email to