arrow2 0.18.0

Unofficial implementation of Apache Arrow spec in safe Rust
Documentation
1
2
3
4
5
6
7
8
mod basic;
mod dictionary;
mod nested;
mod utils;

pub use basic::Iter;
pub use dictionary::{DictIter, NestedDictIter};
pub use nested::NestedIter;