pub fn assert_executable_invariants(plan: &LogicalPlan) -> Result<()>Expand description
Visit the plan nodes, and confirm the InvariantLevel::Executable
as well as the less stringent InvariantLevel::Always checks.
pub fn assert_executable_invariants(plan: &LogicalPlan) -> Result<()>Visit the plan nodes, and confirm the InvariantLevel::Executable
as well as the less stringent InvariantLevel::Always checks.