lance_encoding::statistics

Trait GetStat

Source
pub trait GetStat {
    // Required method
    fn get_stat(&self, stat: Stat) -> Option<Arc<dyn Array>>;
}

Required Methods§

Source

fn get_stat(&self, stat: Stat) -> Option<Arc<dyn Array>>

Implementors§