OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Functions | |
RUNTIME_EXPORT DEVICE bool | regexp_like (const char *str, const int32_t str_len, const char *pattern, const int32_t pat_len, const char escape_char) |
RUNTIME_EXPORT DEVICE int8_t | regexp_like_nullable (const char *str, const int32_t str_len, const char *pattern, const int32_t pat_len, const char escape_char, const int8_t bool_null) |
RUNTIME_EXPORT DEVICE bool regexp_like | ( | const char * | str, |
const int32_t | str_len, | ||
const char * | pattern, | ||
const int32_t | pat_len, | ||
const char | escape_char | ||
) |
Definition at line 39 of file Regexp.cpp.
References run_benchmark_import::result.
Referenced by anonymous_namespace{StringDictionaryProxy.cpp}::is_regexp_like(), anonymous_namespace{StringDictionary.cpp}::is_regexp_like(), and regexp_like_nullable().
RUNTIME_EXPORT DEVICE int8_t regexp_like_nullable | ( | const char * | str, |
const int32_t | str_len, | ||
const char * | pattern, | ||
const int32_t | pat_len, | ||
const char | escape_char, | ||
const int8_t | bool_null | ||
) |
Definition at line 60 of file Regexp.cpp.
References regexp_like().