[
https://issues.apache.org/jira/browse/ARROW-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove resolved ARROW-9902.
-------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
Issue resolved by pull request 8102
[https://github.com/apache/arrow/pull/8102]
> [Rust] [DataFusion] Add support for array()
> -------------------------------------------
>
> Key: ARROW-9902
> URL: https://issues.apache.org/jira/browse/ARROW-9902
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust, Rust - DataFusion
> Reporter: Jorge
> Assignee: Jorge
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 4h
> Remaining Estimate: 0h
>
> `array` is a function that takes an arbitrary number of columns and returns a
> fixed-size array with their values.
> This function is notoriously difficult to implement because it receives an
> arbitrary number of arguments or arbitrary but common types, but it is also
> useful for grouping values together, e.g. to pass to a UDF.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)