OmniSciDB
a5dc49c757
|
#include "RuntimeFunctions.h"
#include <cstdlib>
#include "../Shared/funcannotations.h"
#include <cstring>
Go to the source code of this file.
Functions | |
template<typename T = int64_t> | |
DEVICE T SUFFIX() | get_invalid_key () |
template<> | |
DEVICE int32_t SUFFIX() | get_invalid_key () |
template<typename T > | |
bool | keys_are_equal (const T *key1, const T *key2, const size_t key_component_count) |
Definition at line 28 of file CompareKeysInl.h.
References EMPTY_KEY_64.
Referenced by get_composite_key_index_impl(), get_matching_baseline_hash_slot_at(), get_matching_slot(), and init_baseline_hash_join_buff().
Definition at line 33 of file CompareKeysInl.h.
References EMPTY_KEY_32.
|
inline |
Definition at line 53 of file CompareKeysInl.h.
References heavydb.dtypes::T.
Referenced by get_composite_key_index_impl(), and get_matching_baseline_hash_slot_readonly().