datafusion::sqlplanner
pub fn push_down_projection( plan: &Rc<LogicalPlan>, projection: &HashSet<usize>) -> Rc<LogicalPlan>