OmniSciDB
a5dc49c757
|
Functions | |
bool | do_compare (const std::string &str, const std::string &pattern, const std::string &comp_operator) |
bool | is_regexp_like (const std::string &str, const std::string &pattern, const char escape) |
bool anonymous_namespace{StringDictionaryProxy.cpp}::do_compare | ( | const std::string & | str, |
const std::string & | pattern, | ||
const std::string & | comp_operator | ||
) |
Definition at line 501 of file StringDictionaryProxy.cpp.
References run_benchmark_import::res.
Referenced by StringDictionaryProxy::getCompare().
bool anonymous_namespace{StringDictionaryProxy.cpp}::is_regexp_like | ( | const std::string & | str, |
const std::string & | pattern, | ||
const char | escape | ||
) |
Definition at line 538 of file StringDictionaryProxy.cpp.
References regexp_like().