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/09/20 10:35:00 UTC

[jira] [Updated] (ARROW-10046) [Rust] [DataFusion] Made `*Iterator` implement Iterator

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

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

> [Rust] [DataFusion] Made `*Iterator` implement Iterator
> -------------------------------------------------------
>
>                 Key: ARROW-10046
>                 URL: https://issues.apache.org/jira/browse/ARROW-10046
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust, Rust - DataFusion
>            Reporter: Jorge
>            Assignee: Jorge
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, we use {{next_batch -> Result<Option<RecordBatch>>}} to iterate over batches. However, this is very similar to the iterator pattern that Rust offers.
> This issue concerns migrating our code from {{next() -> Option<Result<RecordBatch>>}}
> on the trait Iterator, so that we can leverage the rich Rust iterator API.
>  



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