haybarn 1.10505.0-rc.1

Haybarn — an ergonomic Rust wrapper for the Haybarn engine, a derived distribution of DuckDB (powered by DuckDB)
Documentation
1
2
3
4
5
6
7
mod data_chunk;
mod logical_type;
mod vector;

pub use data_chunk::DataChunkHandle;
pub use logical_type::{LogicalTypeHandle, LogicalTypeId};
pub use vector::*;