Function assert_expected_schema

Source
pub fn assert_expected_schema(
    schema: &DFSchemaRef,
    plan: &LogicalPlan,
) -> Result<()>
Expand description

Returns an error if the plan does not have the expected schema. Ignores metadata and nullability.