Struct partiql_catalog::PartiqlCatalog
source · pub struct PartiqlCatalog { /* private fields */ }
Trait Implementations§
source§impl Catalog for PartiqlCatalog
impl Catalog for PartiqlCatalog
fn add_table_function( &mut self, info: TableFunction ) -> Result<ObjectId, CatalogError>
fn add_type_entry( &mut self, entry: TypeEnvEntry<'_> ) -> Result<ObjectId, CatalogError>
fn get_function(&self, name: &str) -> Option<FunctionEntry<'_>>
fn resolve_type(&self, name: &str) -> Option<TypeEntry>
source§impl Debug for PartiqlCatalog
impl Debug for PartiqlCatalog
Auto Trait Implementations§
impl !RefUnwindSafe for PartiqlCatalog
impl !Send for PartiqlCatalog
impl !Sync for PartiqlCatalog
impl Unpin for PartiqlCatalog
impl !UnwindSafe for PartiqlCatalog
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more