[
https://issues.apache.org/jira/browse/ARROW-8917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney reassigned ARROW-8917:
-----------------------------------
Assignee: Wes McKinney
> [C++][Compute] Formalize "metafunction" concept
> -----------------------------------------------
>
> Key: ARROW-8917
> URL: https://issues.apache.org/jira/browse/ARROW-8917
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 1.0.0
>
>
> A metafunction is a function that provides the {{Execute}} API but does not
> contain any kernels. Such functions can also handle non-Array/Scalar inputs
> like RecordBatch or Table.
> 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)