TableProvider

Trait TableProvider 

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

Trait for providing table access to the executor.

Required Methods§

Source

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

Implementors§