Expand description
Verbose logging helpers for the Datalog fixed-point computation.
These functions emit structured progress information when the user enables verbose output, making it easy to trace rule firings and convergence behavior.
Functionsยง
- log_
datalog_ ๐start - Emits an initial summary of inputs before rule evaluation starts.
- log_
final_ ๐results - Emits final dirty object/cluster/schema sets after convergence.
- log_
iteration ๐ - Emits per-iteration progress for dirty set growth.