narrow 0.15.1

An implementation of Apache Arrow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Interop with [`arrow-array`].

mod boolean;
mod fixed_size_binary;
mod fixed_size_list;
mod fixed_size_primitive;
mod string;
mod r#struct;
pub use r#struct::StructArrayTypeFields;
mod logical;
mod null;
mod union;
pub use union::UnionArrayTypeFields;
mod variable_size_binary;
mod variable_size_list;