You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/06/08 19:52:00 UTC

[jira] [Created] (ARROW-2685) [C++] Implement kernels for in-place sorting of fixed-width contiguous arrays

Wes McKinney created ARROW-2685:
-----------------------------------

             Summary: [C++] Implement kernels for in-place sorting of fixed-width contiguous arrays
                 Key: ARROW-2685
                 URL: https://issues.apache.org/jira/browse/ARROW-2685
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Wes McKinney


See discussion in https://github.com/apache/arrow/issues/2112. A kernel may want to throw if the memory being sorted is shared (in which case the user should copy, then sort)

Sorting of chunked data is a more complex topic so that's out of scope for this task



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)