OmniSciDB
a5dc49c757
|
#include "../Shared/funcannotations.h"
Go to the source code of this file.
Functions | |
FORCE_INLINE DEVICE uint32_t | MurmurHash1Impl (const void *key, int len, const uint32_t seed) |
FORCE_INLINE DEVICE uint64_t | MurmurHash64AImpl (const void *key, int len, uint64_t seed) |
FORCE_INLINE DEVICE uint32_t MurmurHash1Impl | ( | const void * | key, |
int | len, | ||
const uint32_t | seed | ||
) |
Definition at line 6 of file MurmurHash1Inl.h.
Referenced by get_matching_baseline_hash_slot_readonly(), MurmurHash1(), write_baseline_hash_slot(), and write_baseline_hash_slot_for_semi_join().
FORCE_INLINE DEVICE uint64_t MurmurHash64AImpl | ( | const void * | key, |
int | len, | ||
uint64_t | seed | ||
) |
Definition at line 53 of file MurmurHash1Inl.h.
Referenced by approximate_distinct_tuples_impl(), and MurmurHash64A().