OmniSciDB
bf83d84833
|
#include "StringDictionary/StringDictionaryProxy.h"
#include <thread>
#include "Logger/Logger.h"
#include "Shared/sqltypes.h"
#include "Shared/thread_count.h"
#include "StringDictionary/StringDictionary.h"
#include "Utils/Regexp.h"
#include "Utils/StringLike.h"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{StringDictionaryProxy.cpp} | |
Functions | |
int32_t | truncate_to_generation (const int32_t id, const size_t generation) |
bool | anonymous_namespace{StringDictionaryProxy.cpp}::is_like (const std::string &str, const std::string &pattern, const bool icase, const bool is_simple, const char escape) |
bool | anonymous_namespace{StringDictionaryProxy.cpp}::do_compare (const std::string &str, const std::string &pattern, const std::string &comp_operator) |
bool | anonymous_namespace{StringDictionaryProxy.cpp}::is_regexp_like (const std::string &str, const std::string &pattern, const char escape) |
int32_t truncate_to_generation | ( | const int32_t | id, |
const size_t | generation | ||
) |
Definition at line 32 of file StringDictionaryProxy.cpp.
References CHECK_GE, and StringDictionary::INVALID_STR_ID.
Referenced by StringDictionaryProxy::getIdOfString(), and StringDictionaryProxy::getOrAddTransient().