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