Modulesยง
- graph ๐
- parallelism ๐
- rewrite ๐
Structsยง
- Build
Fragment Graph State - The mutable state when building fragment graph.
Enumsยง
Functionsยง
- build_
and_ ๐add_ fragment - Use the given
stream_nodeto create a fragment and add it to graph. - build_
fragment ๐ - Build new fragment and link dependencies by visiting children recursively, update
requires_singletonandfragment_typeproperties for current fragment. - build_
graph - build_
graph_ with_ strategy - generate_
fragment_ ๐graph - Generate fragment DAG from input streaming plan by their dependency.
- reject_
variant_ ๐in_ internal_ storage_ key - Rejects
VARIANT(including nested) in the storage pk of any internal state table. Internal tables only materialize when the plan is lowered to protobuf, so this is the single point that backstops operators whose state keys no logical checker visits.