//! Columnar event data, schemas, streaming sources, and sinks for laddu.
use Arc;
pub use RealVec4;
/// In-memory datasets, event batches, and event views.
/// Streaming event-source and sink abstractions and file-format adapters.
/// Logical event schemas and physical-column inference.
pub use ;
/// Shared immutable column or field name.
pub type Name = ;