pub trait PlanCheckApplyEliminationExt {
// Required method
fn check_apply_elimination(&self) -> Result<(), RwError>;
}
Required Methods§
sourcefn check_apply_elimination(&self) -> Result<(), RwError>
fn check_apply_elimination(&self) -> Result<(), RwError>
Checks if all LogicalApply
nodes in the plan have been eliminated, that is,
subqueries are successfully unnested.