[
https://issues.apache.org/jira/browse/ARROW-7151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-7151:
--------------------------------
Fix Version/s: (was: 0.16.0)
> [C++][Dataset] Refactor ExpressionEvaluator to yield Arrays
> -----------------------------------------------------------
>
> Key: ARROW-7151
> URL: https://issues.apache.org/jira/browse/ARROW-7151
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, C++ - Dataset
> Reporter: Ben Kietzman
> Assignee: Ben Kietzman
> Priority: Major
>
> Currently expressions can be evaluated to scalars or arrays, mostly to
> accomodate ScalarExpression. Instead let all expressions be evaluable to
> Array only. ScalarExpression will evaluate to an array of repeated values,
> but expressions whose corresponding kernels can accept a scalar directly
> (comparison, for example) can avoid materializing this array.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)