OmniSciDB
a5dc49c757
|
This is the complete list of members for DataBufferCache, including all inherited members.
cache_mutex_ | DataBufferCache | mutableprivate |
copyData(int8_t *dest, const int8_t *source, const size_t num_bytes) const | DataBufferCache | inlineprivate |
data_cache_ | DataBufferCache | private |
debug_print_ | DataBufferCache | privatestatic |
getDataForKey(const std::string &key, T *dest_buffer) const | DataBufferCache | inline |
getDataPtrForKey(const std::string &key) const | DataBufferCache | inline |
getDataRefForKey(const std::string &key) const | DataBufferCache | inline |
isKeyCached(const std::string &key) const | DataBufferCache | inline |
isKeyCachedAndSameLength(const std::string &key, const size_t num_bytes) const | DataBufferCache | inline |
parallel_copy_min_bytes | DataBufferCache | private |
putDataForKey(const std::string &key, T *const data_buffer, const size_t num_elements) | DataBufferCache | inline |