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

Method less_than

src/sql-server-util/src/cdc.rs:672–674  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

670 }
671
672 fn less_than(&self, other: &Self) -> bool {
673 self < other
674 }
675}
676impl timely::order::TotalOrder for Lsn {}
677

Callers 10

backpressure_runnerFunction · 0.45
upsert_innerFunction · 0.45
drain_sealed_inputFunction · 0.45
drain_staged_inputFunction · 0.45
gh_9540_reproFunction · 0.45
mint_batch_descriptionsFunction · 0.45
run_benchmarkFunction · 0.45
alter_exportMethod · 0.45
append_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected