pub fn check_all_columns_from_schema( columns: &HashSet<&Column>, schema: &DFSchema, ) -> Result<bool>
Check whether all columns are from the schema.