TableProvider

Trait TableProvider 

Source
pub trait TableProvider<P>
where P: Pager<Blob = EntryHandle> + Send + Sync,
{ // Required method fn get_table( &self, canonical_name: &str, ) -> Result<Arc<ExecutorTable<P>>, Error>; }
Expand description

Trait for providing table access to the executor.

Required Methods§

Source

fn get_table( &self, canonical_name: &str, ) -> Result<Arc<ExecutorTable<P>>, Error>

Implementors§