1#ifndef SQL_ITEM_REGEXP_FUNC_H_
2#define SQL_ITEM_REGEXP_FUNC_H_
63#include <unicode/uregex.h>
78#if defined(__GNUC__) && !defined(__clang__)
79#pragma GCC diagnostic push
80#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
117 if (the_index != -1 &&
arg_count >=
static_cast<uint
>(the_index) + 1) {
136 if (the_index != -1 &&
arg_count >=
static_cast<uint
>(the_index) + 1) {
155 if (the_index != -1 &&
arg_count >=
static_cast<uint
>(the_index) + 1) {
163 return std::string{};
193 const char *end_not_used;
195 if (res ==
nullptr)
return 0.0;
204 if (res ==
nullptr)
return 0;
246 const char *
func_name()
const override {
return "regexp_instr"; }
251 if (the_index != -1 &&
arg_count >=
static_cast<uint
>(the_index) + 1) {
254 return std::optional<int>();
301 const char *
func_name()
const override {
return "regexp_like"; }
345 const char *
func_name()
const override {
return "regexp_replace"; }
382 const char *
func_name()
const override {
return "regexp_substr"; }
413#if defined(__GNUC__) && !defined(__clang__)
414#pragma GCC diagnostic pop
const CHARSET_INFO * collation
Definition: item.h:187
Definition: item_regexp_func.h:404
bool do_itemize(Parse_context *pc, Item **res) override
The core function that does the actual itemization.
Definition: item_regexp_func.cc:339
Item_func_icu_version(const POS &pos)
Definition: item_regexp_func.cc:333
Definition: item_regexp_func.h:229
bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) override
Copy-pasted from Item_int_func.
Definition: item_regexp_func.h:268
int retopt_arg_pos() const
The position in the argument list of occurrence.
Definition: item_regexp_func.h:279
const char * func_name() const override
Definition: item_regexp_func.h:246
bool fix_fields(THD *thd, Item **arguments) override
Decides on the mode for matching, case sensitivity etc.
Definition: item_regexp_func.cc:159
Item_func_regexp_instr(const POS &pos, PT_item_list *opt_list)
Definition: item_regexp_func.h:231
String * val_str(String *str) override
Definition: item_regexp_func.h:240
double val_real() override
Definition: item_regexp_func.h:242
bool get_time(MYSQL_TIME *t) override
Definition: item_regexp_func.h:272
int occ_arg_pos() const override
The position in the argument list of 'occurrence'.
Definition: item_regexp_func.h:277
int match_arg_pos() const override
The position in the argument list of match_parameter.
Definition: item_regexp_func.h:280
std::optional< int > return_option() const
The value of the return_option argument, or its default if absent.
Definition: item_regexp_func.h:249
bool resolve_type(THD *) final
Resolves the collation to use for comparison.
Definition: item_regexp_func.cc:181
Item_result result_type() const override
Definition: item_regexp_func.h:236
longlong val_int() override
Definition: item_regexp_func.cc:189
int pos_arg_pos() const override
The position in the argument list of 'position'.
Definition: item_regexp_func.h:276
Definition: item_regexp_func.h:286
bool is_bool_func() const override
Definition: item_regexp_func.h:303
int occ_arg_pos() const override
The position in the argument list of 'occurrence'.
Definition: item_regexp_func.h:321
bool resolve_type(THD *) final
Resolves the collation to use for comparison.
Definition: item_regexp_func.cc:243
int pos_arg_pos() const override
The position in the argument list of 'position'.
Definition: item_regexp_func.h:320
String * val_str(String *str) override
Definition: item_regexp_func.h:295
longlong val_int() override
Definition: item_regexp_func.cc:219
Item_func_regexp_like(const POS &pos, PT_item_list *opt_list)
Definition: item_regexp_func.h:288
bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) override
Copy-pasted from Item_int_func.
Definition: item_regexp_func.h:312
int match_arg_pos() const override
The position in the argument list of match_parameter.
Definition: item_regexp_func.h:322
double val_real() override
Definition: item_regexp_func.h:297
Item_result result_type() const override
Definition: item_regexp_func.h:293
const char * func_name() const override
Definition: item_regexp_func.h:301
bool get_time(MYSQL_TIME *t) override
Definition: item_regexp_func.h:316
Definition: item_regexp_func.h:328
double val_real() override
Definition: item_regexp_func.h:343
Item_func_regexp_replace(const POS &pos, PT_item_list *item_list)
Definition: item_regexp_func.h:330
const char * func_name() const override
Definition: item_regexp_func.h:345
bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) override
Copy-pasted from Item_str_func.
Definition: item_regexp_func.h:354
longlong val_int() override
Definition: item_regexp_func.h:339
bool get_time(MYSQL_TIME *t) override
Definition: item_regexp_func.h:358
int pos_arg_pos() const override
The position in the argument list of 'position'.
Definition: item_regexp_func.h:362
Item * replacement()
Definition: item_regexp_func.h:337
int occ_arg_pos() const override
The position in the argument list of 'occurrence'.
Definition: item_regexp_func.h:363
bool resolve_type(THD *) final
Resolves the collation to use for comparison.
Definition: item_regexp_func.cc:250
Item_result result_type() const override
Definition: item_regexp_func.h:333
String * val_str(String *result) override
Definition: item_regexp_func.cc:277
int match_arg_pos() const override
The position in the argument list of match_parameter.
Definition: item_regexp_func.h:364
Definition: item_regexp_func.h:367
longlong val_int() override
Definition: item_regexp_func.h:376
int pos_arg_pos() const override
The position in the argument list of 'position'.
Definition: item_regexp_func.h:399
const char * func_name() const override
Definition: item_regexp_func.h:382
bool resolve_type(THD *) final
Resolves the collation to use for comparison.
Definition: item_regexp_func.cc:301
bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) override
Copy-pasted from Item_str_func.
Definition: item_regexp_func.h:391
double val_real() override
Definition: item_regexp_func.h:380
int match_arg_pos() const override
The position in the argument list of match_parameter.
Definition: item_regexp_func.h:401
int occ_arg_pos() const override
The position in the argument list of 'occurrence'.
Definition: item_regexp_func.h:400
String * val_str(String *result) override
Definition: item_regexp_func.cc:311
Item_func_regexp_substr(const POS &pos, PT_item_list *item_list)
Definition: item_regexp_func.h:369
bool get_time(MYSQL_TIME *t) override
Definition: item_regexp_func.h:395
Item_result result_type() const override
Definition: item_regexp_func.h:372
Base class for all regular expression function classes.
Definition: item_regexp_func.h:87
void cleanup() override
Called for every Item after use (preparation and execution).
Definition: item_regexp_func.cc:137
std::optional< int > position() const
The value of the position argument, or its default if absent.
Definition: item_regexp_func.h:115
std::optional< std::string > match_parameter() const
The value of the match_parameter argument, or an empty string if absent.
Definition: item_regexp_func.h:153
Item * pattern() const
The expression for the pattern string.
Definition: item_regexp_func.h:112
Item * subject() const
The expression for the subject string.
Definition: item_regexp_func.h:109
my_decimal * convert_int_to_decimal(my_decimal *value)
Definition: item_regexp_func.h:177
bool fix_fields(THD *thd, Item **) override
Decides on the mode for matching, case sensitivity etc.
Definition: item_regexp_func.cc:126
bool set_pattern()
Definition: item_regexp_func.cc:142
virtual int pos_arg_pos() const =0
The position in the argument list of 'position'.
unique_ptr_destroy_only< regexp::Regexp_facade > m_facade
Definition: item_regexp_func.h:226
virtual int match_arg_pos() const =0
The position in the argument list of match_parameter.
longlong convert_str_to_int()
Definition: item_regexp_func.h:200
virtual int occ_arg_pos() const =0
The position in the argument list of 'occurrence'.
bool resolve_type(THD *) override
Resolves the collation to use for comparison.
Definition: item_regexp_func.cc:110
String * convert_int_to_str(String *str)
Definition: item_regexp_func.h:169
double convert_int_to_real()
Definition: item_regexp_func.h:185
std::optional< int > occurrence() const
The value of the occurrence argument, or its default if absent.
Definition: item_regexp_func.h:134
Item_func_regexp(const POS &pos, PT_item_list *opt_list)
Definition: item_regexp_func.h:89
double convert_str_to_real()
Definition: item_regexp_func.h:190
Definition: item_func.h:100
Item ** args
Array of pointers to arguments.
Definition: item_func.h:107
uint arg_count
How many arguments in 'args'.
Definition: item_func.h:130
Item ** arguments() const
Definition: item_func.h:132
Item_static_string_func(const Name_string &name_par, const char *str, size_t length, const CHARSET_INFO *cs, Derivation dv=DERIVATION_COERCIBLE)
Definition: item.h:5665
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:930
String str_value
str_values's main purpose is to cache the value in save_in_field
Definition: item.h:3576
DTCollation collation
Character set and collation properties assigned for this Item.
Definition: item.h:3583
void set_data_type_bool()
Definition: item.h:1524
bool is_nullable() const
Definition: item.h:3686
bool get_time_from_string(MYSQL_TIME *ltime)
Convert val_str() to time in MYSQL_TIME.
Definition: item.cc:1648
virtual longlong val_int()=0
bool fixed
True if item has been resolved.
Definition: item.h:3675
bool null_value
True if item is null.
Definition: item.h:3712
bool unsigned_flag
Definition: item.h:3713
bool get_date_from_string(MYSQL_TIME *ltime, my_time_flags_t flags)
Convert val_str() to date in MYSQL_TIME.
Definition: item.cc:1561
virtual String * val_str(String *str)=0
bool get_date_from_int(MYSQL_TIME *ltime, my_time_flags_t flags)
Convert val_int() to date in MYSQL_TIME.
Definition: item.cc:1589
void set_data_type_longlong()
Set the data type of the Item to be longlong.
Definition: item.h:1555
bool get_time_from_int(MYSQL_TIME *ltime)
Convert val_int() to time in MYSQL_TIME.
Definition: item.cc:1676
Wrapper class for an Item list head, used to allocate Item lists in the parser in a context-independe...
Definition: parse_tree_helpers.h:105
Base class for parse tree nodes (excluding the Parse_tree_root hierarchy)
Definition: parse_tree_node_base.h:231
String class wrapper with a preallocated buffer of size buff_sz.
Definition: sql_string.h:685
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:167
const CHARSET_INFO * charset() const
Definition: sql_string.h:240
const char * ptr() const
Definition: sql_string.h:249
size_t length() const
Definition: sql_string.h:241
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
bool is_error() const
true if there is an error in the error stack.
Definition: sql_class.h:3305
my_decimal class limits 'decimal_t' type to what we need in MySQL.
Definition: my_decimal.h:96
static char buf[MAX_BUF]
Definition: conf_to_src.cc:73
thread_local THD * current_thd
Definition: current_thd.cc:26
#define E_DEC_FATAL_ERROR
Definition: decimal.h:155
static std::string to_string(const LEX_STRING &str)
Definition: lex_string.h:50
A better implementation of the UNIX ctype(3) library.
int64_t my_strntoll(const CHARSET_INFO *cs, const char *str, size_t length, int base, const char **end, int *err)
Definition: m_ctype.h:747
double my_strntod(const CHARSET_INFO *cs, const char *str, size_t length, const char **end, int *err)
Definition: m_ctype.h:759
std::unique_ptr< T, Destroy_only< T > > unique_ptr_destroy_only
std::unique_ptr, but only destroying.
Definition: my_alloc.h:480
int int2my_decimal(uint mask, longlong i, bool unsigned_flag, my_decimal *d)
Definition: my_decimal.h:326
Some integer typedefs for easier portability.
long long int longlong
Definition: my_inttypes.h:55
unsigned int my_time_flags_t
Flags to str_to_datetime and number_to_datetime.
Definition: my_time.h:94
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1105
Definition: buf0block_hint.cc:30
static Value err()
Create a Value object that represents an error condition.
Definition: json_binary.cc:908
This file hides most of ICU from the Item_func_regexp subclasses.
Our own string classes, used pervasively throughout the executor.
Definition: mysql_time.h:82
Bison "location" class.
Definition: parse_location.h:43
Environment data for the contextualization phase.
Definition: parse_tree_node_base.h:420
Item_result
Type of the user defined function return slot and arguments.
Definition: udf_registration_types.h:39
@ STRING_RESULT
not valid for UDFs
Definition: udf_registration_types.h:41
@ INT_RESULT
double
Definition: udf_registration_types.h:43