pub trait SchemaView { // Required method fn schema(&self, name: &str) -> Option<Arc<TableSchema>>; }