//! Type definitions for the executor.
//!
//! This module contains the core types used throughout the executor, including:
//! - Table and schema representations
//! - Column metadata
//! - Result types (RowBatch)
//! - Provider trait for table access
pub use ;
pub use ExecutorTableProvider;
pub use ;