OmniSciDB
a5dc49c757
|
Utility functions for group by buffer entries. More...
Go to the source code of this file.
Namespaces | |
anonymous_namespace{BufferEntryUtils.h} | |
Macros | |
#define | INLINE |
Functions | |
template<class K > | |
INLINE DEVICE bool | anonymous_namespace{BufferEntryUtils.h}::is_empty_entry (const size_t entry_idx, const int8_t *groupby_buffer, const size_t key_stride) |
template<> | |
INLINE DEVICE bool | anonymous_namespace{BufferEntryUtils.h}::is_empty_entry< int32_t > (const size_t entry_idx, const int8_t *groupby_buffer, const size_t key_stride) |
template<> | |
INLINE DEVICE bool | anonymous_namespace{BufferEntryUtils.h}::is_empty_entry< int64_t > (const size_t entry_idx, const int8_t *groupby_buffer, const size_t key_stride) |
Utility functions for group by buffer entries.
Definition in file BufferEntryUtils.h.
#define INLINE |
Definition at line 35 of file BufferEntryUtils.h.