Re-exportsยง
pub use actor::ActorGraphBuildResult;pub use actor::ActorGraphBuilder;pub use fragment::CompleteStreamFragmentGraph;pub use fragment::FragmentBackfillOrder;pub use fragment::FragmentGraphDownstreamContext;pub use fragment::FragmentGraphUpstreamContext;pub use fragment::StreamFragmentGraph;pub use fragment::check_sink_fragments_support_refresh_schema;pub use fragment::fill_snapshot_backfill_epoch;pub use fragment::rewrite_refresh_schema_sink_fragment;pub use schedule::Locations;pub use assignment::*;
Modulesยง
- actor ๐
- assignment ๐
- fragment ๐
- id ๐
- schedule ๐
- state_
match - This module contains the logic for matching the internal state tables of two streaming jobs,
used for replacing a streaming job (typically
ALTER MV) while preserving the existing state.