[
https://issues.apache.org/jira/browse/ARROW-10445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão updated ARROW-10445:
---------------------------------
Description:
There is currently repeated code in both. Furthermore, NullIter's
implementation of DoubleEndedIterator is incorrect, as it does not count left
iteration and right iteration independently, as e.g. `Vec`'s IntoIter account
for.
OTOH,
was:
There is currently repeated code in both. Furthermore, NullIter's
implementation of DoubleEndedIterator is incorrect, as it does not count left
iteration and right iteration independently, as e.g. `Vec`'s IntoIter account
for.
> [Rust] Add DoubleEnded to PrimitiveArrayIter
> --------------------------------------------
>
> Key: ARROW-10445
> URL: https://issues.apache.org/jira/browse/ARROW-10445
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Jorge Leitão
> Assignee: Jorge Leitão
> Priority: Major
>
> There is currently repeated code in both. Furthermore, NullIter's
> implementation of DoubleEndedIterator is incorrect, as it does not count left
> iteration and right iteration independently, as e.g. `Vec`'s IntoIter account
> for.
> OTOH,
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)