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 2020/05/24 12:56:00 UTC

[jira] [Created] (ARROW-8917) [C++] Add compute::Function subclass for invoking certain kernels on RecordBatch/Table-valued inputs

Wes McKinney created ARROW-8917:
-----------------------------------

             Summary: [C++] Add compute::Function subclass for invoking certain kernels on RecordBatch/Table-valued inputs
                 Key: ARROW-8917
                 URL: https://issues.apache.org/jira/browse/ARROW-8917
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


This will enable bindings to invoke such functions (like take, filter) like

{code}
call_function('take', [table, indices])
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)