risingwave_common::util::stream_graph_visitor

Function visit_stream_node_tables_inner

source
pub fn visit_stream_node_tables_inner<F>(
    stream_node: &mut StreamNode,
    internal_tables_only: bool,
    visit_child_recursively: bool,
    f: F,
)
where F: FnMut(&mut Table, &str),
Expand description

Visit the tables of a StreamNode.