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

Method cmp

src/repr/src/row.rs:349–351  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

347
348impl Ord for Row {
349 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
350 self.as_ref().cmp(other.as_ref())
351 }
352}
353
354#[allow(missing_debug_implementations)]

Callers 15

mainFunction · 0.45
compare_columnsFunction · 0.45
compare_predicatesFunction · 0.45
max_stringFunction · 0.45
min_stringFunction · 0.45
newMethod · 0.45
merge_sortedMethod · 0.45
test_sortFunction · 0.45
row_collection_sortFunction · 0.45
jsonb_concatFunction · 0.45
leftFunction · 0.45

Calls 4

as_refMethod · 0.45
lenMethod · 0.45
iterMethod · 0.45
datumMethod · 0.45

Tested by 2

mainFunction · 0.36
test_sortFunction · 0.36