//! Column storage backends for typed table execution paths.
//!
//! This module introduces a shared abstraction that allows `DataTable` to keep
//! Arrow as the default backend while adding a native dense backend for hot
//! typed numeric kernels.
use ;
use Arc;
pub use ArrowStore;
pub use ;
/// Shared capabilities for tabular column backends.