pub trait StatsEvaluator {
    fn should_read(&self, stats: &BatchStats) -> Result<bool>;
}

Required Methods

Implementors