OmniSciDB
a5dc49c757
|
#include "StringDictionaryTranslationMgr.h"
#include "CodeGenerator.h"
#include "Execute.h"
#include "Parser/ParserNode.h"
#include "RuntimeFunctions.h"
#include "Shared/StringTransform.h"
#include "Shared/checked_alloc.h"
#include "StringDictionary/StringDictionaryProxy.h"
Go to the source code of this file.
Functions | |
bool | one_or_more_string_ops_is_null (const std::vector< StringOps_Namespace::StringOpInfo > &string_op_infos) |
translate_intersection_only_ (true) | |
output_ti_ (output_ti) | |
string_op_infos_ (string_op_infos) | |
has_null_string_op_ (one_or_more_string_ops_is_null(string_op_infos)) | |
memory_level_ (memory_level) | |
device_count_ (device_count) | |
executor_ (executor) | |
data_mgr_ (data_mgr) | |
dest_type_is_string_ (false) | |
data_mgr_ | ( | data_mgr | ) |
dest_type_is_string_ | ( | false | ) |
Definition at line 104 of file StringDictionaryTranslationMgr.cpp.
References CHECK, CHECK_EQ, Data_Namespace::CPU_LEVEL, Data_Namespace::GPU_LEVEL, has_null_string_op_(), and memory_level_().
device_count_ | ( | device_count | ) |
executor_ | ( | executor | ) |
Referenced by anonymous_namespace{BoundingBoxIntersectJoinHashTable.cpp}::BucketSizeTuner::computeBucketSizes(), ResultSet::ResultSetComparator< BUFFER_ITERATOR_TYPE >::operator()(), and Executor::CgenStateManager::~CgenStateManager().
has_null_string_op_ | ( | one_or_more_string_ops_is_null(string_op_infos) | ) |
memory_level_ | ( | memory_level | ) |
bool one_or_more_string_ops_is_null | ( | const std::vector< StringOps_Namespace::StringOpInfo > & | string_op_infos | ) |
Definition at line 41 of file StringDictionaryTranslationMgr.cpp.
output_ti_ | ( | output_ti | ) |
string_op_infos_ | ( | string_op_infos | ) |
translate_intersection_only_ | ( | true | ) |