risingwave_frontend::optimizer::plan_visitor

Function has_logical_max_one_row_where

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