Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ hash_code
Method
hash_code
crates/paimon/src/spec/binary_row.rs:287–289 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
285
}
286
287
pub fn hash_code(&self) -> i32 {
288
hash_by_words(&self.data)
289
}
290
291
/// Read a Datum from the given position based on the DataType.
292
/// Returns `None` if the field is null.
Callers
5
test_null_vs_nonnull_bucket_key_differ
Function · 0.80
test_non_compact_null_bucket_key
Function · 0.80
test_compute_target_buckets_is_null
Function · 0.80
compute_bucket_from_datums
Method · 0.80
batch_hash_codes
Function · 0.80
Calls
1
hash_by_words
Function · 0.85
Tested by
no test coverage detected