OmniSciDB
b24e664e58
|
Go to the source code of this file.
Functions | |
DEVICE bool | regexp_like (const char *str, const int32_t str_len, const char *pattern, const int32_t pat_len, const char escape_char) |
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) |
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 40 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().
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 61 of file Regexp.cpp.
References regexp_like().