Function has_batch_insert_where

Source
pub fn has_batch_insert_where<P>(plan: PlanRef, pred: P) -> bool
where P: FnMut(&BatchInsert) -> bool,