pub fn check_all_column_from_schema(
    columns: &HashSet<Column>,
    schema: DFSchemaRef
) -> bool
Expand description

Check whether all columns are from the schema.