You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/03 13:34:01 UTC

[jira] [Updated] (ARROW-10449) [Rust] Make dictionary keys be a PrimitiveArray

     [ https://issues.apache.org/jira/browse/ARROW-10449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-10449:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] Make dictionary keys be a PrimitiveArray
> -----------------------------------------------
>
>                 Key: ARROW-10449
>                 URL: https://issues.apache.org/jira/browse/ARROW-10449
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>    Affects Versions: 3.0.0
>            Reporter: Jorge Leitão
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, dictionary keys use a NullIterator to iterate them. However, physically, they are fully allocated in memory and are interpretable as a PrimitiveArray.
> This issue's main purpose is to have `keys` return a `PrimitiveArray`, so that users can use it as any other array.
> This will also allow to remove `NullIter`.



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