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.