fn assert_subqueries_are_valid(plan: &LogicalPlan) -> Result<()>Expand description
Asserts that the subqueries are structured properly with valid node placement.
Refer to check_subquery_expr for more details of the internal invariants.
fn assert_subqueries_are_valid(plan: &LogicalPlan) -> Result<()>Asserts that the subqueries are structured properly with valid node placement.
Refer to check_subquery_expr for more details of the internal invariants.