Module stream_graph_visitor

Module stream_graph_visitor 

Source

Functionsยง

visit_fragment
A utility for visiting the NodeBody of the StreamNodes in a StreamFragment recursively.
visit_fragment_mut
A utility for visiting and mutating the NodeBody of the StreamNodes in a StreamFragment recursively.
visit_internal_tables
Visit the internal tables of a StreamFragment.
visit_stream_node
visit_stream_node_body
A utility for visiting the NodeBody of the StreamNodes recursively.
visit_stream_node_cont
A utility for to accessing the StreamNode immutably. The returned bool is used to determine whether the access needs to continue.
visit_stream_node_cont_mut
A utility for to accessing the StreamNode mutably. The returned bool is used to determine whether the access needs to continue.
visit_stream_node_internal_tables
visit_stream_node_mut
A utility for visiting and mutating the NodeBody of the StreamNodes recursively.
visit_stream_node_source_backfill
visit_stream_node_stream_scan
visit_stream_node_tables
visit_stream_node_tables_inner
Visit the tables of a StreamNode.
visit_tables
Visit the tables of a StreamFragment.