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