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.
pub fn assert_expected_schema(
schema: &DFSchemaRef,
plan: &LogicalPlan,
) -> Result<()>
Returns an error if the plan does not have the expected schema. Ignores metadata and nullability.