TableSchemaView

Trait TableSchemaView 

Source
pub trait TableSchemaView {
    // Required method
    fn find_table(
        &self,
        db: &RelationalDB,
        t: Table,
    ) -> Result<Arc<TableSchema>, PlanError>;
}

Required Methods§

Implementors§