risingwave_common::util::stream_graph_visitor

Function visit_tables

source
pub fn visit_tables<F>(fragment: &mut StreamFragment, f: F)
where F: FnMut(&mut Table, &str),
Expand description

Visit the tables of a StreamFragment.

Compared to visit_internal_tables, this function also visits the table of Materialize node.