MCPcopy 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.

Calls 1

hash_by_wordsFunction · 0.85

Tested by

no test coverage detected