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,