has_batch_seq_scan_where

Function has_batch_seq_scan_where 

Source
pub fn has_batch_seq_scan_where<P>(plan: PlanRef<Batch>, pred: P) -> bool
where P: FnMut(&BatchSeqScan) -> bool,