OmniSciDB
f17484ade4
|
Functions | |
bool | is_like (const std::string &str, const std::string &pattern, const bool icase, const bool is_simple, const char escape) |
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 510 of file StringDictionaryProxy.cpp.
References run_benchmark_import::res.
Referenced by StringDictionaryProxy::getCompare().
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 | ||
) |
Definition at line 470 of file StringDictionaryProxy.cpp.
References string_ilike(), string_ilike_simple(), string_like(), and string_like_simple().
bool anonymous_namespace{StringDictionaryProxy.cpp}::is_regexp_like | ( | const std::string & | str, |
const std::string & | pattern, | ||
const char | escape | ||
) |
Definition at line 547 of file StringDictionaryProxy.cpp.
References regexp_like().