pub type ColumnRef = Arc<dyn Column>;
Reference to a column (using Arc for cheap cloning)
pub struct ColumnRef { /* private fields */ }