has_logical_scan_where

Function has_logical_scan_where 

Source
pub fn has_logical_scan_where<P>(plan: PlanRef<Logical>, pred: P) -> bool
where P: FnMut(&LogicalScan) -> bool,