Skip to main content

Module mv

Module mv 

Source
Expand description

Cascading materialized view registry with dependency tracking and cycle detection.

Structs§

MaterializedView
Materialized view definition.
MvRegistry
Registry for managing materialized views: stores the dependency DAG, detects cycles on registration, and exposes a topological order for correct processing.

Enums§

MvError
Errors that can occur during materialized view operations.
MvState
Materialized view execution state.