MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / progress

Method progress

src/txn-wal/src/operator.rs:732–735  ·  view source on GitHub ↗

Returns the exclusive progress of the dataflow.

(&self)

Source from the content-addressed store, hash-verified

730
731 /// Returns the exclusive progress of the dataflow.
732 pub fn progress(&self) -> u64 {
733 self.txns
734 .with_frontier(|f| *f.as_option().unwrap_or(&u64::MAX))
735 }
736
737 /// Steps the dataflow, capturing output.
738 pub fn step(&mut self) {

Callers 6

register_forgetFunction · 0.80
start_readMethod · 0.80
taskMethod · 0.80
_wait_for_pgFunction · 0.80
_existsFunction · 0.80
waitFunction · 0.80

Calls 1

with_frontierMethod · 0.80

Tested by

no test coverage detected