Module stream_fragmenter

Source

Modulesยง

graph ๐Ÿ”’
rewrite ๐Ÿ”’

Structsยง

BuildFragmentGraphState
The mutable state when building fragment graph.

Functionsยง

build_and_add_fragment ๐Ÿ”’
Use the given stream_node to create a fragment and add it to graph.
build_fragment ๐Ÿ”’
Build new fragment and link dependencies by visiting children recursively, update requires_singleton and fragment_type properties for current fragment.
build_graph
generate_fragment_graph ๐Ÿ”’
Generate fragment DAG from input streaming plan by their dependency.