pub trait Optimize { // Required method fn optimize(&self, logical_plan: DslPlan) -> PolarsResult<DslPlan>; }