Skip to main content

StatsProvider

Trait StatsProvider 

Source
pub trait StatsProvider {
    // Required method
    fn load_stats(
        &self,
        tables: &[String],
        columns: &[(String, String)],
        cache: &mut StatsCache,
    ) -> ChrysoResult<()>;
}

Required Methods§

Source

fn load_stats( &self, tables: &[String], columns: &[(String, String)], cache: &mut StatsCache, ) -> ChrysoResult<()>

Implementors§