Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
348
impl 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
main
Function · 0.45
compare_columns
Function · 0.45
compare_predicates
Function · 0.45
max_string
Function · 0.45
min_string
Function · 0.45
order_aggregate_datums_with_rank_inner
Function · 0.45
new
Method · 0.45
merge_sorted
Method · 0.45
test_sort
Function · 0.45
row_collection_sort
Function · 0.45
jsonb_concat
Function · 0.45
left
Function · 0.45
Calls
4
as_ref
Method · 0.45
len
Method · 0.45
iter
Method · 0.45
datum
Method · 0.45
Tested by
2
main
Function · 0.36
test_sort
Function · 0.36