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