has_batch_exchange_where

Function has_batch_exchange_where 

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