pub fn expand_from_star_columns( columns: Vec<String>, projections: &[ProjectionPlan], source_schema: &RowSchema, ) -> Result<Vec<String>, SQLError>