pub fn check_all_columns_from_schema(
    columns: &HashSet<Column>,
    schema: Arc<DFSchema>
) -> Result<bool, DataFusionError>
Expand description

Check whether all columns are from the schema.