//! Arrow/DuckDB conversion layer.
//!
//! This module owns schema mapping and vector/record-batch conversion. Public
//! compatibility paths are re-exported through `vtab::arrow`, with selected
//! legacy paths also re-exported through `vtab`.
pub
pub const UUID_EXTENSION_NAME: &str = "arrow.uuid";
pub const UUID_BYTE_WIDTH: i32 = 16;
pub use ;
pub use ;
pub use ;