pub trait StatsEvaluator {
    fn should_read(&self, stats: &BatchStats) -> PolarsResult<bool>;
}
Available on crate features private and parquet only.

Required Methods§

Implementors§