fn search_dfschema<'ids, 'schema>( ids: &'ids [String], schema: &'schema DFSchema, ) -> Option<(&'schema Field, Option<&'schema TableReference>, &'ids [String])>