MCPcopy Create free account
hub / github.com/apache/paimon-rust / cmp

Method cmp

crates/paimon/src/lumina/reader.rs:68–70  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

66 }
67 impl Ord for ScoredRow {
68 fn cmp(&self, other: &Self) -> std::cmp::Ordering {
69 other.score.total_cmp(&self.score)
70 }
71 }
72
73 let mut min_heap: BinaryHeap<ScoredRow> = BinaryHeap::with_capacity(top_k + 1);

Callers 15

extract_code_valueFunction · 0.80
scanMethod · 0.80
scanMethod · 0.80
partial_cmpMethod · 0.80
compare_sequence_orderFunction · 0.80
mergeMethod · 0.80
compare_cursorsFunction · 0.80

Calls

no outgoing calls

Tested by 12

extract_code_valueFunction · 0.64
int_cmpFunction · 0.64
test_string_keysFunction · 0.64
test_string_keys_queryFunction · 0.64
le_int_cmpFunction · 0.64
test_block_seekFunction · 0.64
java_bytes_cmpFunction · 0.64