Function datafusion_expr::utils::check_all_columns_from_schema
source ยท pub fn check_all_columns_from_schema(
columns: &HashSet<&Column>,
schema: &DFSchema,
) -> Result<bool>
Expand description
Check whether all columns are from the schema.