Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
676
impl timely::order::TotalOrder for Lsn {}
677
Callers
10
backpressure_runner
Function · 0.45
upsert_inner
Function · 0.45
drain_sealed_input
Function · 0.45
drain_staged_input
Function · 0.45
gh_9540_repro
Function · 0.45
mint_batch_descriptions
Function · 0.45
downgrade_data_cap_set
Method · 0.45
run_benchmark
Function · 0.45
alter_export
Method · 0.45
append_table
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected