arrow-tiberius 0.1.0

Apache Arrow and SQL Server bridge through Tiberius
Documentation
1
2
3
4
5
6
7
8
//! Arrow-side schema metadata.

/// Arrow runtime cell value model.
pub(crate) mod cell;
/// Arrow field metadata model.
pub mod field;

pub use field::ArrowFieldRef;