OmniSciDB
3a86f6ec37
|
Go to the source code of this file.
Functions | |
NEVER_INLINE DEVICE uint32_t | MurmurHash1 (const void *key, int len, const uint32_t seed) |
NEVER_INLINE DEVICE uint64_t | MurmurHash64A (const void *key, int len, uint64_t seed) |
NEVER_INLINE DEVICE uint32_t MurmurHash1 | ( | const void * | key, |
int | len, | ||
const uint32_t | seed | ||
) |
Definition at line 20 of file MurmurHash.cpp.
References MurmurHash1Impl().
Referenced by baseline_hash_join_idx_impl(), get_composite_key_index_impl(), key_hash(), and linear_probabilistic_count().
NEVER_INLINE DEVICE uint64_t MurmurHash64A | ( | const void * | key, |
int | len, | ||
uint64_t | seed | ||
) |
Definition at line 26 of file MurmurHash.cpp.
References MurmurHash64AImpl().
Referenced by agg_approximate_count_distinct().