You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/16 20:50:03 UTC

[GitHub] [arrow-rs] alamb edited a comment on issue #302: Document `from_iter` methods and

alamb edited a comment on issue #302:
URL: https://github.com/apache/arrow-rs/issues/302#issuecomment-899808939


   Thanks @novemberkilo  -- basically I think this is a very common pattern when using Arrow to create arrays via the `collect` method:
   
   ```rust
   let arr : Int32Array = [Some(1), Some(2)].into_iter().collect();
   ```
   
   I am not sure if that is already documented


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org