has_batch_source_where

Function has_batch_source_where 

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