CatalogViewCommandOperations

Trait CatalogViewCommandOperations 

Source
pub trait CatalogViewCommandOperations: Send {
    // Required method
    fn create_view<'life0, 'async_trait>(
        &'life0 mut self,
        view: ViewToCreate,
    ) -> Pin<Box<dyn Future<Output = Result<ViewDef>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn create_view<'life0, 'async_trait>( &'life0 mut self, view: ViewToCreate, ) -> Pin<Box<dyn Future<Output = Result<ViewDef>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§