OmniSciDB
a5dc49c757
|
This is the complete list of members for RowSetMemoryOwner, including all inherited members.
addArray(const std::vector< int64_t > &arr) | RowSetMemoryOwner | inline |
addColBuffer(const void *col_buffer) | RowSetMemoryOwner | inline |
addCountDistinctBuffer(int8_t *count_distinct_buffer, const size_t bytes, const bool physical_buffer) | RowSetMemoryOwner | inline |
addCountDistinctSet(CountDistinctSet *count_distinct_set) | RowSetMemoryOwner | inline |
addLiteralStringDictProxy(std::shared_ptr< StringDictionaryProxy > lit_str_dict_proxy) | RowSetMemoryOwner | inline |
addString(const std::string &str) | RowSetMemoryOwner | inline |
addStringDict(std::shared_ptr< StringDictionary > str_dict, const shared::StringDictKey &dict_key, const int64_t generation) | RowSetMemoryOwner | inline |
addStringProxyIntersectionTranslationMap(const StringDictionaryProxy *source_proxy, const StringDictionaryProxy *dest_proxy, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
addStringProxyNumericTranslationMap(const StringDictionaryProxy *source_proxy, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
addStringProxyUnionTranslationMap(const StringDictionaryProxy *source_proxy, StringDictionaryProxy *dest_proxy, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
addVarlenBuffer(void *varlen_buffer) | RowSetMemoryOwner | inline |
addVarlenInputBuffer(Data_Namespace::AbstractBuffer *buffer) | RowSetMemoryOwner | inline |
allocate(const size_t num_bytes) override | RowSetMemoryOwner | inlinevirtual |
allocate(const size_t num_bytes, const size_t thread_idx) | RowSetMemoryOwner | inline |
allocateCachedGroupByBuffer(const size_t num_bytes, const size_t thread_idx) | RowSetMemoryOwner | inline |
allocateCountDistinctBuffer(const size_t num_bytes, const size_t thread_idx=0) | RowSetMemoryOwner | inline |
allocateMode() | RowSetMemoryOwner | inline |
allocateUnlocked(const size_t num_bytes, const size_t thread_idx) | RowSetMemoryOwner | inlineprivate |
allocators_ | RowSetMemoryOwner | private |
arena_block_size_ | RowSetMemoryOwner | private |
arrays_ | RowSetMemoryOwner | private |
clearNonOwnedGroupByBuffers() | RowSetMemoryOwner | inline |
cloneStrDictDataOnly() | RowSetMemoryOwner | inline |
col_buffers_ | RowSetMemoryOwner | private |
count_distinct_bitmaps_ | RowSetMemoryOwner | private |
count_distinct_buffer_allocators_ | RowSetMemoryOwner | private |
count_distinct_sets_ | RowSetMemoryOwner | private |
CountDistinctBufferAllocator typedef | RowSetMemoryOwner | private |
executor_id_ | RowSetMemoryOwner | private |
generate_translation_map_key(const shared::StringDictKey &source_proxy_dict_key, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
generate_translation_map_key(const shared::StringDictKey &source_proxy_dict_key, const shared::StringDictKey &dest_proxy_dict_key, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
getLiteralStringDictProxy() const | RowSetMemoryOwner | inline |
getOrAddStringDictProxy(const shared::StringDictKey &dict_key, const bool with_generation) | RowSetMemoryOwner | |
getOrAddStringProxyNumericTranslationMap(const shared::StringDictKey &source_dict_id_in, const bool with_generation, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | |
getOrAddStringProxyTranslationMap(const shared::StringDictKey &source_dict_id_in, const shared::StringDictKey &dest_dict_id_in, const bool with_generation, const StringTranslationType translation_map_type, const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | |
getStringDictionaryGenerations() | RowSetMemoryOwner | inline |
getStringDictProxy(const shared::StringDictKey &dict_key) const | RowSetMemoryOwner | inline |
getStringOps(const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) | RowSetMemoryOwner | inline |
getTableFunctionMetadata(const char *key, const uint8_t *&raw_data, size_t &num_bytes, TableFunctionMetadataType &value_type) const | RowSetMemoryOwner | inline |
initCountDistinctBufferAllocator(size_t buffer_size, size_t thread_idx) | RowSetMemoryOwner | inline |
initTDigest(size_t thread_idx, ApproxQuantileDescriptor, double q) | RowSetMemoryOwner | |
lit_str_dict_proxy_ | RowSetMemoryOwner | private |
MetadataValue typedef | RowSetMemoryOwner | private |
mode_maps_ | RowSetMemoryOwner | private |
non_owned_group_by_buffers_ | RowSetMemoryOwner | private |
QueryExecutionContext class | RowSetMemoryOwner | friend |
reserveTDigestMemory(size_t thread_idx, size_t capacity) | RowSetMemoryOwner | |
ResultSet class | RowSetMemoryOwner | friend |
RowSetMemoryOwner(const size_t arena_block_size, const size_t executor_id) | RowSetMemoryOwner | inline |
setDictionaryGenerations(StringDictionaryGenerations generations) | RowSetMemoryOwner | inline |
setKernelMemoryAllocator(const size_t num_kernels) | RowSetMemoryOwner | inline |
setTableFunctionMetadata(const char *key, const uint8_t *raw_data, const size_t num_bytes, const TableFunctionMetadataType value_type) | RowSetMemoryOwner | inline |
state_mutex_ | RowSetMemoryOwner | mutableprivate |
str_dict_proxy_owned_ | RowSetMemoryOwner | private |
str_proxy_intersection_translation_maps_owned_ | RowSetMemoryOwner | private |
str_proxy_numeric_translation_maps_owned_ | RowSetMemoryOwner | private |
str_proxy_union_translation_maps_owned_ | RowSetMemoryOwner | private |
string_dictionary_generations_ | RowSetMemoryOwner | private |
string_ops_owned_ | RowSetMemoryOwner | private |
strings_ | RowSetMemoryOwner | private |
StringTranslationType enum name | RowSetMemoryOwner | |
t_digest_allocators_ | RowSetMemoryOwner | private |
t_digests_ | RowSetMemoryOwner | private |
table_function_metadata_store_ | RowSetMemoryOwner | private |
table_function_metadata_store_mutex_ | RowSetMemoryOwner | mutableprivate |
TDigestAllocator typedef | RowSetMemoryOwner | private |
varlen_buffers_ | RowSetMemoryOwner | private |
varlen_input_buffers_ | RowSetMemoryOwner | private |
~RowSetMemoryOwner() | RowSetMemoryOwner | inline |
~SimpleAllocator()=default | SimpleAllocator | virtual |