StorageEngine

Trait StorageEngine 

Source
pub trait StorageEngine: Send + Sync {
    // Required method
    fn table(
        &self,
        catalog: &Catalog,
        table: &TableReference,
    ) -> QuillSQLResult<TableBinding>;
}

Required Methods§

Source

fn table( &self, catalog: &Catalog, table: &TableReference, ) -> QuillSQLResult<TableBinding>

Implementors§