MCPcopy Create free account
hub / github.com/apache/datafusion / seeded_state

Function seeded_state

datafusion/common/src/hash_utils.rs:206–211  ·  view source on GitHub ↗
(seed: u64)

Source from the content-addressed store, hash-verified

204#[cfg(not(feature = "force_hash_collisions"))]
205#[inline]
206fn seeded_state(seed: u64) -> foldhash::fast::SeedableRandomState {
207 foldhash::fast::SeedableRandomState::with_seed(
208 seed,
209 foldhash::SharedSeed::global_fixed(),
210 )
211}
212
213/// Builds hash values of PrimitiveArray and writes them into `hashes_buffer`
214/// If `rehash==true` this folds the existing hash into the hasher state

Callers 3

hash_array_primitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…