[
https://issues.apache.org/jira/browse/ARROW-8917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-8917.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 7318
[https://github.com/apache/arrow/pull/7318]
> [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
> Labels: pull-request-available
> Fix For: 1.0.0
>
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> 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)