risingwave_frontend

Module stream_fragmenter

source

Modulesยง

Structsยง

Functionsยง

  • 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.
  • Generate fragment DAG from input streaming plan by their dependency.