Trait polars_io::predicates::StatsEvaluator

source ·
pub trait StatsEvaluator {
    // Required method
    fn should_read(&self, stats: &BatchStats) -> PolarsResult<bool>;
}

Required Methods§

source

fn should_read(&self, stats: &BatchStats) -> PolarsResult<bool>

Implementors§