risingwave_frontend::optimizer::plan_visitor

Function has_batch_seq_scan_where

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