risingwave_frontend::optimizer::plan_visitor

Function has_logical_apply_where

source
pub fn has_logical_apply_where<P>(plan: PlanRef, pred: P) -> bool
where P: FnMut(&LogicalApply) -> bool,