54#include "mysqld_error.h"
118#define portable_sizeof_char_ptr 8
254#define IS_EQUAL_YES 1
255#define IS_EQUAL_PACK_LENGTH 2
257#define my_charset_numeric my_charset_latin1
258#define MY_REPERTOIRE_NUMERIC MY_REPERTOIRE_ASCII
286 return elements < 256 ? 1 : 2;
290 uint len = (elements + 7) / 8;
291 return len > 4 ? 8 : len;
333#define ASSERT_COLUMN_MARKED_FOR_READ \
335 (!table->read_set || bitmap_is_set(table->read_set, field_index())))
336#define ASSERT_COLUMN_MARKED_FOR_WRITE \
337 assert(!table || (!table->write_set || \
338 bitmap_is_set(table->write_set, field_index())))
418 switch (pack_length) {
451template <
bool Is_big_endian>
454 if (to_length == 0)
return;
456 std::copy(from, from + std::min(to_length, from_length), to);
458 to[0] =
static_cast<char>(to[0] ^ 128);
460 const uchar *from_end = from + from_length;
461 const uchar *from_start = from_end - std::min(from_length, to_length);
462 std::reverse_copy(from_start, from_end, to);
464 to[0] =
static_cast<char>(to[0] ^ 128);
880 uchar null_bit_arg,
uchar auto_flags_arg,
const char *field_name_arg);
935 return store(nr,
false);
1072 return field_metadata;
1188 uint max_len [[maybe_unused]])
const {
1193 uint32 max_length [[maybe_unused]] = ~0
L)
const {
1277 void set_null(ptrdiff_t row_offset = 0);
1356 size_t trunc_pos [[maybe_unused]])
const {
1378 uchar *new_null_ptr,
uint new_null_bit)
const {
1380 field->
move_field(new_ptr, new_null_ptr, new_null_bit);
1385 uchar *new_null_ptr,
uint new_null_bit)
const;
1470 return return_value;
1546 uint max_length)
const {
1547 return pack(to, from, max_length);
1573 ulonglong value_options [[maybe_unused]])
const {
1587 void copy_data(ptrdiff_t src_record_offset);
1638 int cut_increment) {
1639 return set_warning(level, code, cut_increment,
nullptr,
nullptr);
1643 int cut_increment,
const char *view_db,
1644 const char *view_name);
1672 bool *has_overflow);
1724 virtual void hash(ulong *nr, ulong *nr2)
const;
1788 KEY *cur_index_info)
const;
1849 [[maybe_unused]])
const {
1965 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
1986 size_t length,
const char *int_end,
2048 const char *well_formed_error_pos,
const char *cannot_convert_error_pos,
2049 const char *from_end_pos,
const char *
end,
bool count_spaces,
2055 const char *field_name_arg,
const CHARSET_INFO *charset_arg)
2056 :
Field_str(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2057 field_name_arg, charset_arg) {}
2070 TR_POSITIVE_OVERFLOW = 1,
2071 TR_NEGATIVE_OVERFLOW = 2
2076 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
2078 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2079 field_name_arg, dec_arg, zero_arg, unsigned_arg),
2096 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
2098 :
Field_real(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2099 field_name_arg, dec_arg, zero_arg, unsigned_arg) {}
2114 void overflow(
bool negative);
2143 bool m_keep_precision{
false};
2158 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
2161 const char *field_name_arg,
uint8 dec_arg,
2168 void set_value_on_overflow(
my_decimal *decimal_value,
bool sign) const;
2190 int *order_var)
const final;
2197 static Field *create_from_item(
const Item *item);
2206 const char *field_name_arg,
bool zero_arg,
bool unsigned_arg)
2207 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2208 field_name_arg, 0, zero_arg, unsigned_arg) {}
2213 field_name_arg, 0, false, unsigned_arg) {}
2238 if (max_length > 0) *to = *from;
2243 uint param_data [[maybe_unused]])
final {
2257 const char *field_name_arg,
bool zero_arg,
bool unsigned_arg)
2258 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2259 field_name_arg, 0, zero_arg, unsigned_arg) {}
2264 field_name_arg, 0, false, unsigned_arg) {}
2266 :
Field_short(len_arg, false, field_name_arg, unsigned_arg) {}
2295 uint param_data [[maybe_unused]])
final {
2308 const char *field_name_arg,
bool zero_arg,
bool unsigned_arg)
2309 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2310 field_name_arg, 0, zero_arg, unsigned_arg) {}
2315 field_name_arg, 0, false, unsigned_arg) {}
2346 static const int PACK_LENGTH = 4;
2350 const char *field_name_arg,
bool zero_arg,
bool unsigned_arg)
2351 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2352 field_name_arg, 0, zero_arg, unsigned_arg) {}
2357 field_name_arg, 0, false, unsigned_arg) {}
2387 uint param_data [[maybe_unused]])
final {
2392 return is_unsigned() ? 0xFFFFFFFFULL : 0x7FFFFFFFULL;
2398 static const int PACK_LENGTH = 8;
2402 const char *field_name_arg,
bool zero_arg,
bool unsigned_arg)
2403 :
Field_num(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2404 field_name_arg, 0, zero_arg, unsigned_arg) {}
2406 const char *field_name_arg,
bool unsigned_arg)
2409 field_name_arg, 0, false, unsigned_arg) {}
2438 uint param_data [[maybe_unused]])
final {
2443 return is_unsigned() ? 0xFFFFFFFFFFFFFFFFULL : 0x7FFFFFFFFFFFFFFFULL;
2451 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
2453 :
Field_real(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2454 field_name_arg, dec_arg, zero_arg, unsigned_arg) {}
2456 uint8 dec_arg,
bool unsigned_arg)
2459 field_name_arg, dec_arg, false, unsigned_arg) {}
2484 return 0x1000000ULL;
2495 const char *field_name_arg,
uint8 dec_arg,
bool zero_arg,
2497 :
Field_real(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2498 field_name_arg, dec_arg, zero_arg, unsigned_arg) {}
2503 field_name_arg, dec_arg, false, false) {}
2505 uint8 dec_arg,
bool unsigned_arg)
2508 field_name_arg, dec_arg, false, unsigned_arg) {}
2510 uint8 dec_arg,
bool unsigned_arg,
bool not_fixed_arg)
2513 field_name_arg, dec_arg, false, unsigned_arg) {
2514 not_fixed = not_fixed_arg;
2540 return 0x20000000000000ULL;
2555 field_name_arg,
cs) {}
2745 [[nodiscard]]
bool set_datetime_warning(
2748 int truncate_increment);
2762 uchar auto_flags_arg,
const char *field_name_arg,
2766 ((normalize_dec(dec_arg)) ? normalize_dec(dec_arg) + 1 : 0),
2767 null_ptr_arg, null_bit_arg, auto_flags_arg, field_name_arg) {
2769 dec = normalize_dec(dec_arg);
2812 return get_date_internal(ltime);
2820 bool get_internal_check_zero(
MYSQL_TIME *ltime,
2831 int *warnings)
final;
2847 const char *field_name_arg,
uint8 int_length_arg,
2849 :
Field_temporal(ptr_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
2850 field_name_arg, int_length_arg, dec_arg) {}
2887 void init_timestamp_flags();
2909 const char *field_name_arg,
uint8 dec_arg)
2911 auto_flags_arg, field_name_arg,
2940 const char *field_name_arg,
uint8 dec_arg)
2942 auto_flags_arg, field_name_arg,
2970 bool get_date_internal(
MYSQL_TIME *ltime)
const final;
2971 bool get_date_internal_at_utc(
MYSQL_TIME *ltime)
const final;
2972 void store_timestamp_internal(
const my_timeval *tm)
final;
2975 static const int PACK_LENGTH = 4;
2978 const char *field_name_arg);
3001 uint param_data [[maybe_unused]])
final {
3026 bool get_date_internal(
MYSQL_TIME *ltime)
const final;
3027 bool get_date_internal_at_utc(
MYSQL_TIME *ltime)
const final;
3031 void store_timestamp_internal(
const my_timeval *tm)
override;
3044 uchar auto_flags_arg,
const char *field_name_arg,
3095 enum Limits { MIN_YEAR = 1901, MAX_YEAR = 2155 };
3097 uchar auto_flags_arg,
const char *field_name_arg)
3098 :
Field_tiny(ptr_arg, 4, null_ptr_arg, null_bit_arg, auto_flags_arg,
3099 field_name_arg, true, true) {}
3102 0,
NONE, field_name_arg, true, true) {}
3123 static const int PACK_LENGTH = 3;
3125 bool get_date_internal(
MYSQL_TIME *ltime)
const final;
3131 uchar auto_flags_arg,
const char *field_name_arg)
3183 int *
error)
override = 0;
3189 int *warnings)
final;
3205 uchar auto_flags_arg,
const char *field_name_arg,
3207 :
Field_temporal(ptr_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
3227 uchar auto_flags_arg,
const char *field_name_arg)
3229 field_name_arg, 0) {}
3275 uchar auto_flags_arg,
const char *field_name_arg,
uint8 dec_arg)
3277 field_name_arg, dec_arg) {}
3287 NONE, field_name_arg, dec_arg) {}
3331 bool get_date_internal(
MYSQL_TIME *ltime)
const final;
3333 void store_timestamp_internal(
const my_timeval *tm)
final;
3336 static const int PACK_LENGTH = 8;
3351 uchar auto_flags_arg,
const char *field_name_arg)
3353 auto_flags_arg, field_name_arg, 0) {}
3356 field_name_arg, 0) {}
3379 uint param_data [[maybe_unused]])
final {
3389 bool get_date_internal(
MYSQL_TIME *ltime)
const final;
3393 void store_timestamp_internal(
const my_timeval *tm)
final;
3406 uchar auto_flags_arg,
const char *field_name_arg,
3409 auto_flags_arg, field_name_arg,
3421 field_name_arg, dec_arg) {}
3450 :
Field_longstr(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,
3451 auto_flags_arg, field_name_arg,
cs) {}
3456 field_name_arg,
cs) {}
3482 const char *
string = pointer_cast<const char *>(
ptr);
3494 DBUG_PRINT(
"debug", (
"field_metadata: 0x%04x", field_metadata));
3496 return (((field_metadata >> 4) & 0x300) ^ 0x300) +
3497 (field_metadata & 0x00ff);
3500 uint16 mflags,
int *order_var)
const final;
3558 uint32 max_length = ~0
L)
const final;
3569 uchar *new_null_ptr,
uint new_null_bit)
const final;
3576 void hash(ulong *nr, ulong *nr2)
const final;
3664 bool m_uses_backup{
false};
3673 memmove(
ptr + packlength, &from,
sizeof(
char *));
3678 uchar auto_flags_arg,
const char *field_name_arg,
3685 field_name_arg,
cs),
3687 m_keep_old_value(false) {
3689 if (set_packlength) {
3690 packlength = len_arg <= 255
3692 : len_arg <= 65535 ? 2 : len_arg <= 16777215 ? 3 : 4;
3699 packlength(field.packlength),
3702 m_keep_old_value(field.m_keep_old_value),
3733 uint32 max_length = ~0
L)
const override;
3759 store_length(
ptr, packlength, number);
3762 return get_length(row_offset);
3764 uint32 get_length(ptrdiff_t row_offset = 0)
const;
3772 return get_blob_data(
ptr + packlength + row_offset);
3784 memcpy(&data, position,
sizeof(data));
3791 memcpy(
ptr + packlength, &data,
sizeof(
char *));
3795 store_length(ptr_ofs, packlength,
length);
3796 memcpy(ptr_ofs + packlength, &data,
sizeof(
char *));
3799 set_ptr_offset(0,
length, data);
3812 uint max_length)
const final;
3852 m_keep_old_value = old_value_flag;
3895 if (m_keep_old_value) {
3897 m_keep_old_value =
false;
3905 store_ptr_and_length(from,
length);
3916 bool backup_blob_field();
3922 void restore_blob_backup();
3939 uchar auto_flags_arg,
const char *field_name_arg,
3941 enum geometry_type geom_type_arg, std::optional<gis::srid_t> srid)
3942 :
Field_blob(ptr_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
3945 geom_type(geom_type_arg) {}
3947 enum geometry_type geom_type_arg, std::optional<gis::srid_t> srid)
3951 geom_type(geom_type_arg) {}
3969 if (res !=
TYPE_OK)
return res;
3982 std::optional<gis::srid_t>
get_srid()
const {
return m_srid; }
3992 uchar auto_flags_arg,
const char *field_name_arg,
3994 :
Field_blob(ptr_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
4051 longlong get_diff_vector_and_length(
4058 bool is_before_image_equal_to_after_image()
const;
4069 bool unpack_diff(
const uchar **from);
4111 uint32 max_length = ~0
L)
const final;
4129 const char *get_binary(ptrdiff_t row_offset = 0)
const;
4182 size_t elt_length,
uint elt_decimals,
uchar *ptr_arg,
4184 uchar auto_flags_arg,
const char *field_name_arg,
4276 bool coerce_json_value(
const Json_wrapper *wr,
bool no_error,
4289 const char *get_index_name()
const;
4327 return pack_length_no_ptr();
4332 Field *get_conv_field();
4343 const char *field_name_arg,
uint packlength_arg,
4345 :
Field_str(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
4346 field_name_arg, charset_arg),
4347 packlength(packlength_arg),
4348 typelib(typelib_arg) {
4356 field_name_arg, packlength_arg, typelib_arg, charset_arg) {}
4379 return (field_metadata & 0x00ff);
4404 const char *field_name_arg,
uint32 packlength_arg,
4406 :
Field_enum(ptr_arg, len_arg, null_ptr_arg, null_bit_arg, auto_flags_arg,
4407 field_name_arg, packlength_arg, typelib_arg, charset_arg),
4408 empty_set_string(
"", 0, charset_arg) {
4417 field_name_arg, packlength_arg, typelib_arg, charset_arg) {}
4464 uchar auto_flags_arg,
const char *field_name_arg);
4481 assert(
ptr == a ||
ptr == b);
4482 const uint cmp_len = bytes_in_rec + (bit_len != 0 ? 1 : 0);
4496 int cmp_offset(ptrdiff_t row_offset)
const final;
4517 return (bytes_in_rec + ((bit_len > 0) ? 1 : 0));
4520 int *order_var)
const final;
4527 uchar *new_null_ptr,
uint new_null_bit) const final;
4529 bit_ptr = bit_ptr_arg;
4530 bit_ofs = bit_ofs_arg;
4534 bit_ptr == down_cast<const Field_bit *>(field)->bit_ptr &&
4535 bit_ofs == down_cast<const Field_bit *>(field)->bit_ofs);
4540 if (bit_ptr !=
nullptr) bit_ptr += ptr_diff;
4542 void hash(ulong *nr, ulong *nr2)
const final;
4563 const char *field_name_arg);
4565 const char *field_name_arg)
4568 NONE, field_name_arg) {}
4588 bool treat_bit_as_char,
uint pack_length_override,
4589 std::optional<gis::srid_t> srid,
bool is_array);
4683 void invoke_do_copy(
bool reverse =
false);
4684 void invoke_do_copy2(
const Field *from_field,
Field *to_field);
4717 size_t elements_count,
bool treat_bit_as_char,
4724 bool no_conversions);
unsigned int my_time_binary_length(unsigned int dec)
Calculate binary size of packed numeric time representation.
Definition: binary_log_funcs.cpp:56
unsigned int my_timestamp_binary_length(unsigned int dec)
Calculate on-disk size of a timestamp value.
Definition: binary_log_funcs.cpp:85
unsigned int my_datetime_binary_length(unsigned int dec)
Calculate binary size of packed datetime representation.
Definition: binary_log_funcs.cpp:70
Definition: sql_bitmap.h:138
Class is used as a BLOB field value storage for intermediate GROUP_CONCAT results.
Definition: table.h:1276
String tmp
Definition: field.h:4666
void(Copy_field *, const Field *, Field *) Copy_func
Convenience definition of a copy function returned by get_copy_func.
Definition: field.h:4662
Field * to_field() const
Definition: field.h:4688
Copy_field(Field *to, Field *from)
Definition: field.h:4670
Field * from_field() const
Definition: field.h:4686
This class is a substitute for the Field classes during CREATE TABLE.
Definition: field.h:1881
my_decimal * val_decimal(my_decimal *) const final
Definition: field.h:1922
type_conversion_status store(longlong, bool) final
Definition: field.h:1906
bool is_wrapper_field() const final
If true, it's a Create_field_wrapper (a sub-class of Field used during CREATE/ALTER that we mustn't c...
Definition: field.h:1943
const Create_field * m_field
Definition: field.h:1882
Create_field_wrapper(const Create_field *fld)
Definition: field.cc:10402
size_t make_sort_key(uchar *, size_t) const final
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:1936
int cmp(const uchar *, const uchar *) const final
Definition: field.h:1930
void sql_type(String &) const final
Definition: field.h:1934
Item_result numeric_context_result_type() const final
Returns Item_result type of a field when it appears in numeric context such as: SELECT time_column + ...
Definition: field.cc:10415
Item_result result_type() const final
Definition: field.cc:10411
longlong val_int(void) const final
Definition: field.h:1918
String * val_str(String *, String *) const final
Definition: field.h:1926
type_conversion_status store(const char *, size_t, const CHARSET_INFO *) final
Definition: field.h:1897
type_conversion_status store(double) final
Definition: field.h:1902
uint32 pack_length() const final
Definition: field.cc:10428
double val_real(void) const final
Definition: field.h:1914
const CHARSET_INFO * charset() const final
Definition: field.cc:10424
Field * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:1940
uint32 max_display_length() const final
Definition: field.cc:10432
type_conversion_status store_decimal(const my_decimal *) final
Definition: field.h:1910
enum_field_types type() const final
Definition: field.cc:10420
Create_field is a description a field/column that may or may not exists in a table.
Definition: create_field.h:51
Definition: sql_error.h:225
BIT field represented as chars for non-MyISAM tables.
Definition: field.h:4559
enum ha_base_keytype key_type() const final
Definition: field.h:4569
Field_bit_as_char(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg)
Definition: field.h:4564
Field_bit_as_char * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:4575
uchar * bit_ptr
Definition: field.h:4458
uchar bit_ofs
Definition: field.h:4459
bool eq(const Field *field) const final
Definition: field.h:4532
void get_image(uchar *buff, size_t length, const CHARSET_INFO *) const final
Definition: field.h:4497
uint row_pack_length() const final
Definition: field.h:4516
int cmp(const uchar *a, const uchar *b) const final
Definition: field.h:4480
enum_field_types type() const final
Definition: field.h:4465
uint bit_len
Definition: field.h:4460
void set_image(const uchar *buff, size_t length, const CHARSET_INFO *cs) final
Definition: field.h:4500
int cmp_binary_offset(ptrdiff_t row_offset) const final
Definition: field.h:4488
uint32 pack_length() const final
Definition: field.h:4513
Field_bit * clone(MEM_ROOT *mem_root) const override
Makes a shallow copy of the Field object.
Definition: field.h:4543
uint bytes_in_rec
Definition: field.h:4461
uint32 pack_length_in_rec() const final
Definition: field.h:4514
uint32 max_display_length() const final
Definition: field.h:4467
void set_key_image(const uchar *buff, size_t length) final
Definition: field.h:4505
enum ha_base_keytype key_type() const override
Definition: field.h:4466
type_conversion_status store(const char *to, size_t length, const CHARSET_INFO *charset) override
Definition: field.cc:8705
size_t make_sort_key(uchar *buff, size_t length) const final
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:4509
Item_result result_type() const final
Definition: field.h:4468
void move_field_offset(ptrdiff_t ptr_diff) final
Definition: field.h:4538
int key_cmp(const uchar *a, const uchar *b) const final
Definition: field.h:4492
type_conversion_status store(const char *to, size_t length, const CHARSET_INFO *charset) override
Definition: field.cc:7087
bool match_collation_to_optimize_range() const override
Definition: field.h:3713
const uchar * data_ptr() const final
Get a const pointer to the BLOB data of this field.
Definition: field.h:3775
String old_value
In order to support update of virtual generated columns of blob type, we need to allocate the space b...
Definition: field.h:3616
const uchar * get_blob_data() const
Get a const pointer to the BLOB data of this field.
Definition: field.h:3768
size_t get_field_buffer_size()
Definition: field.h:3756
bool m_uses_backup
Whether the field uses table's backup value storage.
Definition: field.h:3664
Field_blob(const Field_blob &field)
Copy static information and reset dynamic information.
Definition: field.h:3697
Field_blob * clone(MEM_ROOT *mem_root) const override
Makes a shallow copy of the Field object.
Definition: field.h:3806
uint32 pack_length_no_ptr() const
Return the packed length without the pointer size added.
Definition: field.h:3751
uint row_pack_length() const final
Definition: field.h:3752
uint packlength
The number of bytes used to represent the length of the blob.
Definition: field.h:3602
void set_keep_old_value(bool old_value_flag)
Mark that the BLOB stored in value should be copied before updating it.
Definition: field.h:3841
uint32 pack_length() const final
Definition: field.h:3739
void store_length(uint32 number)
Definition: field.h:3758
enum_field_types type() const override
Definition: field.h:3712
uchar * get_blob_data(ptrdiff_t row_offset=0)
Get a non-const pointer to the BLOB data of this field.
Definition: field.h:3770
Field_blob(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, const CHARSET_INFO *cs, bool set_packlength)
Definition: field.h:3681
uint32 max_data_length() const final
Get the maximum size of the data in packed format.
Definition: field.h:3753
static uchar * get_blob_data(const uchar *position)
Get the BLOB data pointer stored at the specified position in the record buffer.
Definition: field.h:3782
uint32 key_length() const override
Definition: field.h:3736
String value
The 'value'-object is a cache fronting the storage engine.
Definition: field.h:3607
void keep_old_value()
Save the current BLOB value to avoid that it gets overwritten.
Definition: field.h:3887
void set_ptr(const uchar *length, const uchar *data)
Definition: field.h:3789
int cmp(const uchar *a, const uchar *b) const final
Definition: field.h:3727
size_t make_sort_key(uchar *buff, size_t length) const override
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.cc:7291
void store_in_allocated_space(const char *from, uint32 length)
Use to store the blob value into an allocated space.
Definition: field.h:3904
enum ha_base_keytype key_type() const override
Definition: field.h:3714
void set_ptr_offset(ptrdiff_t ptr_diff, uint32 length, const uchar *data)
Definition: field.h:3793
bool has_charset() const override
Definition: field.h:3821
void store_ptr_and_length(const char *from, uint32 length)
Store ptr and length.
Definition: field.h:3671
void set_ptr(uint32 length, const uchar *data)
Definition: field.h:3798
String m_blob_backup
Backup String for table's blob fields.
Definition: field.h:3657
uint32 data_length(ptrdiff_t row_offset=0) const final
Definition: field.h:3761
bool m_keep_old_value
Whether we need to move the content of 'value' to 'old_value' before updating the BLOB stored in 'val...
Definition: field.h:3637
enum_field_types type() const final
Definition: field.h:3357
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:3375
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:3378
enum ha_base_keytype key_type() const final
Definition: field.h:3358
Field_datetime * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3371
Field_datetime(const char *field_name_arg)
Definition: field.h:3354
bool zero_pack() const final
Definition: field.h:3369
Field_datetime(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg)
DATETIME columns can be defined as having CURRENT_TIMESTAMP as the default value on inserts or update...
Definition: field.h:3350
uint pack_length_from_metadata(uint field_metadata) const final
Definition: field.h:3431
enum_field_types real_type() const final
Definition: field.h:3428
Field_datetimef * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3422
enum_field_types type() const final
Definition: field.h:3427
Field_datetimef(bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_datetimef.
Definition: field.h:3417
bool zero_pack() const final
Definition: field.h:3436
uint32 pack_length() const final
Definition: field.h:3430
enum_field_types binlog_type() const final
Definition: field.h:3429
Field_datetimef(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_datetimef.
Definition: field.h:3405
enum ha_base_keytype key_type() const final
Definition: field.h:2101
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:2121
enum_field_types type() const final
Definition: field.h:2100
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2124
Field_decimal(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2094
Field_decimal * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2117
Field_double(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg, bool unsigned_arg)
Definition: field.h:2504
Field_double * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2531
enum ha_base_keytype key_type() const final
Definition: field.h:2517
Field_double(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2493
Field_double(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg)
Definition: field.h:2499
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2536
Field_double(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg, bool unsigned_arg, bool not_fixed_arg)
Definition: field.h:2509
enum_field_types type() const final
Definition: field.h:2516
bool has_charset() const override
Definition: field.h:4385
bool optimize_range(uint, uint) const final
Whether this field can be used for index range scans when in the given keypart of the given index.
Definition: field.h:4383
uint pack_length_from_metadata(uint field_metadata) const final
Definition: field.h:4378
Field_enum(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint packlength_arg, TYPELIB *typelib_arg, const CHARSET_INFO *charset_arg)
Definition: field.h:4341
enum_field_types real_type() const override
Definition: field.h:4377
bool match_collation_to_optimize_range() const final
Definition: field.h:4359
Field_enum * clone(MEM_ROOT *mem_root) const override
Makes a shallow copy of the Field object.
Definition: field.h:4388
TYPELIB * typelib
Definition: field.h:4340
Field_enum(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint packlength_arg, TYPELIB *typelib_arg, const CHARSET_INFO *charset_arg)
Definition: field.h:4351
uint packlength
Definition: field.h:4337
enum Item_result cast_to_int_type() const final
Definition: field.h:4361
const CHARSET_INFO * sort_charset() const final
Definition: field.h:4387
enum Item_result cmp_type() const final
Definition: field.h:4360
bool zero_pack() const override
Definition: field.h:4382
uint row_pack_length() const final
Definition: field.h:4381
enum_field_types type() const final
Definition: field.h:4358
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2480
Field_float(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2449
Field_float(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg, bool unsigned_arg)
Definition: field.h:2455
Field_float * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2475
enum ha_base_keytype key_type() const final
Definition: field.h:2461
enum_field_types type() const final
Definition: field.h:2460
std::optional< gis::srid_t > get_srid() const
Definition: field.h:3982
enum geometry_type geom_type
Definition: field.h:3936
type_conversion_status reset() final
Non-nullable GEOMETRY types cannot have defaults, but the underlying blob must still be reset.
Definition: field.h:3967
geometry_type get_geometry_type() const final
Definition: field.h:3975
Field_geom * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3976
Field_geom(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, enum geometry_type geom_type_arg, std::optional< gis::srid_t > srid)
Definition: field.h:3946
bool match_collation_to_optimize_range() const final
Definition: field.h:3954
const std::optional< gis::srid_t > m_srid
Definition: field.h:3930
Field_geom(uchar *ptr_arg, uchar *null_ptr_arg, uint null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, TABLE_SHARE *share, uint blob_pack_length, enum geometry_type geom_type_arg, std::optional< gis::srid_t > srid)
Definition: field.h:3938
enum_field_types type() const final
Definition: field.h:3953
enum ha_base_keytype key_type() const final
Definition: field.h:3952
A field that stores a JSON value.
Definition: field.h:3986
size_t make_sort_key(uchar *to, size_t length) const override
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.cc:8044
Field_json(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg)
Definition: field.h:3997
bool has_charset() const final
JSON columns don't have an associated charset.
Definition: field.h:4021
Field_json(uchar *ptr_arg, uchar *null_ptr_arg, uint null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, TABLE_SHARE *share, uint blob_pack_length)
Definition: field.h:3991
const CHARSET_INFO * charset() const override
Return a text charset so that string functions automatically convert the field value to string and tr...
Definition: field.h:4008
const CHARSET_INFO * sort_charset() const final
Sort should treat the field as binary and not attempt any conversions.
Definition: field.h:4015
enum_field_types type() const override
Definition: field.h:4001
Field_long * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2379
enum_field_types type() const final
Definition: field.h:2359
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2383
uint32 max_display_length() const final
Definition: field.h:2376
enum ha_base_keytype key_type() const final
Definition: field.h:2360
enum Item_result result_type() const final
Definition: field.h:2358
Field_long(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2353
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2391
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:2386
Field_long(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2348
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2442
Field_longlong(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2400
enum_field_types type() const final
Definition: field.h:2411
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2434
uint32 max_display_length() const final
Definition: field.h:2429
enum Item_result result_type() const final
Definition: field.h:2410
Field_longlong * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2430
bool can_be_compared_as_longlong() const final
Definition: field.h:2428
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:2437
Field_longlong(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2405
enum ha_base_keytype key_type() const final
Definition: field.h:2412
bool is_updatable() const final
Checks whether a string field is part of write_set.
Definition: field.cc:10343
type_conversion_status report_if_important_data(const char *ptr, const char *end, bool count_spaces)
Definition: field.cc:6100
uint32 max_data_length() const override
Get the maximum size of the data in packed format.
Definition: field.cc:6231
type_conversion_status check_string_copy_error(const char *well_formed_error_pos, const char *cannot_convert_error_pos, const char *from_end_pos, const char *end, bool count_spaces, const CHARSET_INFO *cs)
Report "not well formed" or "cannot convert" error after storing a character string info a field.
Definition: field.cc:6057
Field_longstr(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, const CHARSET_INFO *charset_arg)
Definition: field.h:2053
type_conversion_status store_decimal(const my_decimal *d) override
Decimal representation of Field_str.
Definition: field.cc:6225
uint32 max_display_length() const final
Definition: field.h:2334
enum Item_result result_type() const final
Definition: field.h:2316
Field_medium * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2335
Field_medium(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2311
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2339
enum_field_types type() const final
Definition: field.h:2317
enum ha_base_keytype key_type() const final
Definition: field.h:2318
Field_medium(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2306
uint precision
Definition: field.h:2148
enum_field_types type() const final
Definition: field.h:2163
Field_new_decimal * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2192
uint32 max_display_length() const final
Definition: field.h:2186
uint bin_size
Definition: field.h:2149
Item_result result_type() const final
Definition: field.h:2165
uint32 pack_length() const final
Definition: field.h:2187
void set_keep_precision(bool arg)
Definition: field.h:2199
enum ha_base_keytype key_type() const final
Definition: field.h:2164
bool zero_pack() const final
Definition: field.h:3153
Field_newdate(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg)
Definition: field.h:3130
enum ha_base_keytype key_type() const final
Definition: field.h:3141
enum_field_types type() const final
Definition: field.h:3139
Field_newdate(bool is_nullable_arg, const char *field_name_arg)
Definition: field.h:3135
Field_newdate * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3155
enum_field_types real_type() const final
Definition: field.h:3140
int cmp(const uchar *, const uchar *) const final
Definition: field.h:2574
double val_real() const final
Definition: field.h:2567
enum_field_types type() const final
Definition: field.h:2556
type_conversion_status store(const char *, size_t, const CHARSET_INFO *) final
Definition: field.h:2557
type_conversion_status reset() final
Definition: field.h:2566
String * val_str(String *, String *value2) const final
Definition: field.h:2570
my_decimal * val_decimal(my_decimal *) const final
Definition: field.h:2569
type_conversion_status store(double) final
Store double value in Field_string or Field_varstring.
Definition: field.h:2561
longlong val_int() const final
Definition: field.h:2568
type_conversion_status store(longlong, bool) final
Definition: field.h:2562
size_t make_sort_key(uchar *, size_t len) const final
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:2576
Field_null(uchar *ptr_arg, uint32 len_arg, uchar auto_flags_arg, const char *field_name_arg, const CHARSET_INFO *cs)
Definition: field.h:2551
type_conversion_status store_decimal(const my_decimal *) final
Decimal representation of Field_str.
Definition: field.h:2563
uint32 max_display_length() const final
Definition: field.h:2579
uint32 pack_length() const final
Definition: field.h:2577
Field_null * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2580
uint repertoire() const final
Definition: field.h:1970
uint row_pack_length() const final
Definition: field.h:1981
uint decimals() const final
Definition: field.h:1973
bool zerofill
True if the column was declared with the ZEROFILL attribute.
Definition: field.h:1962
bool eq_def(const Field *field) const final
Definition: field.cc:8585
bool get_time(MYSQL_TIME *ltime) const override
Definition: field.cc:2045
my_decimal * val_decimal(my_decimal *) const override
Return decimal value of integer field.
Definition: field.cc:2032
bool is_unsigned() const final
Whether the field is signed or not.
Definition: field.h:1967
const CHARSET_INFO * charset() const final
Definition: field.h:1971
Field_num(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg, bool zero_arg, bool unsigned_arg)
Numeric fields base class constructor.
Definition: field.cc:1501
type_conversion_status check_int(const CHARSET_INFO *cs, const char *str, size_t length, const char *int_end, int error)
Test if given number is a int.
Definition: field.cc:1545
Item_result result_type() const override
Definition: field.h:1968
bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) const override
Definition: field.cc:2040
uint32 pack_length_from_metadata(uint) const override
Definition: field.h:1982
type_conversion_status get_int(const CHARSET_INFO *cs, const char *from, size_t len, longlong *rnd, ulonglong unsigned_max, longlong signed_min, longlong signed_max)
Definition: field.cc:1588
enum Derivation derivation() const final
Definition: field.h:1969
const uint8 dec
Definition: field.h:1956
const bool unsigned_flag
Whether the field is signed or not.
Definition: field.h:1953
uint is_equal(const Create_field *new_field) const override
Check whether two numeric fields can be considered 'equal' for table alteration purposes.
Definition: field.cc:8601
type_conversion_status store_time(MYSQL_TIME *ltime, uint8 dec) override
Store MYSQL_TIME value with the given amount of decimal digits into a field.
Definition: field.cc:1629
type_conversion_status store_decimal(const my_decimal *) override
Storing decimal in integer fields.
Definition: field.cc:2010
void prepend_zeros(String *value) const
Definition: field.cc:1514
bool not_fixed
Definition: field.h:2067
uint32 max_display_length() const final
Definition: field.h:2087
Field_real(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2074
Truncate_result
Definition: field.h:2068
bool has_charset() const final
Definition: field.h:4432
const String empty_set_string
Definition: field.h:4439
Field_set * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:4433
enum_field_types real_type() const final
Definition: field.h:4431
type_conversion_status store(double nr) final
Store double value in Field_string or Field_varstring.
Definition: field.h:4420
Field_set(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, uint32 packlength_arg, TYPELIB *typelib_arg, const CHARSET_INFO *charset_arg)
Definition: field.h:4412
Field_set(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint32 packlength_arg, TYPELIB *typelib_arg, const CHARSET_INFO *charset_arg)
Definition: field.h:4402
bool zero_pack() const final
Definition: field.h:4428
type_conversion_status store(const char *to, size_t length, const CHARSET_INFO *charset) final
Definition: field.cc:8324
uint32 max_display_length() const final
Definition: field.h:2285
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2299
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:2294
Field_short(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2255
Field_short(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2260
enum_field_types type() const final
Definition: field.h:2268
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2290
Field_short * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2286
enum ha_base_keytype key_type() const final
Definition: field.h:2269
enum Item_result result_type() const final
Definition: field.h:2267
Field_short(uint32 len_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2265
enum Derivation field_derivation
Definition: field.h:1997
void set_field_length(uint32 length) final
Definition: field.h:2019
Item_result numeric_context_result_type() const final
Returns Item_result type of a field when it appears in numeric context such as: SELECT time_column + ...
Definition: field.h:2004
type_conversion_status store(double nr) override
Store double value in Field_string or Field_varstring.
Definition: field.cc:6160
type_conversion_status store(longlong nr, bool unsigned_val) override=0
uint is_equal(const Create_field *new_field) const override
Whether a field being created is type-compatible with an existing one.
Definition: field.cc:6195
type_conversion_status store(const char *to, size_t length, const CHARSET_INFO *cs) override=0
uint repertoire() const final
Definition: field.h:2013
type_conversion_status store_decimal(const my_decimal *) override
Decimal representation of Field_str.
Definition: field.cc:2087
uint decimals() const override
Definition: field.h:2005
uint32 max_display_length() const override
Definition: field.h:2028
bool binary() const override
Definition: field.h:2027
void set_charset(const CHARSET_INFO *charset_arg)
Definition: field.h:2015
Field_str(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, const CHARSET_INFO *charset)
Definition: field.cc:2050
Item_result result_type() const override
Definition: field.h:2003
void make_send_field(Send_field *field) const override
Populates a Send_field object with metadata about the column represented by this Field object.
Definition: field.cc:2062
const CHARSET_INFO * charset() const override
Definition: field.h:2014
uint32 char_length_cache
Definition: field.h:2035
bool str_needs_quotes() const final
Definition: field.h:2029
void set_derivation(enum Derivation derivation_arg) final
Definition: field.h:2024
const CHARSET_INFO * field_charset
Definition: field.h:1996
enum Derivation derivation() const final
Definition: field.h:2023
bool is_text_key_type() const final
Definition: field.h:3512
bool match_collation_to_optimize_range() const final
Definition: field.h:3459
uint row_pack_length() const final
Definition: field.h:3501
bool has_charset() const final
Definition: field.h:3504
type_conversion_status reset() final
Definition: field.h:3464
Field_string(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, const CHARSET_INFO *cs)
Definition: field.h:3447
uint pack_length_from_metadata(uint field_metadata) const final
Definition: field.h:3493
enum ha_base_keytype key_type() const final
Definition: field.h:3460
bool zero_pack() const final
Definition: field.h:3463
Field_string * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3507
Field_string(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, const CHARSET_INFO *cs)
Definition: field.h:3452
enum_field_types type() const final
Definition: field.h:3458
Abstract class for types with date and time, with or without fractional part: DATETIME,...
Definition: field.h:2870
Field_temporal_with_date_and_time(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_temporal_with_date_and_time.
Definition: field.h:2907
virtual void store_timestamp_internal(const my_timeval *tm)=0
Store "struct timeval" value into field.
int do_save_field_metadata(uchar *metadata_ptr) const override
Retrieve the field metadata for fields.
Definition: field.h:2872
Abstract class for types with date and time, with fractional part: DATETIME, DATETIME(N),...
Definition: field.h:2921
int cmp(const uchar *a_ptr, const uchar *b_ptr) const final
Definition: field.h:2952
uint decimals() const final
Definition: field.h:2945
size_t make_sort_key(uchar *to, size_t length) const final
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:2948
int do_save_field_metadata(uchar *metadata_ptr) const final
Retrieve the field metadata for fields.
Definition: field.h:2923
uint row_pack_length() const final
Definition: field.h:2955
Field_temporal_with_date_and_timef(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_temporal_with_date_and_timef.
Definition: field.h:2938
const CHARSET_INFO * sort_charset() const final
Definition: field.h:2946
Abstract class for types with date with optional time, with or without fractional part: DATE,...
Definition: field.h:2803
bool get_time(MYSQL_TIME *ltime) const final
Definition: field.h:2858
virtual bool get_date_internal(MYSQL_TIME *ltime) const =0
Low level function to get value into MYSQL_TIME, without checking for being valid.
virtual bool get_date_internal_at_utc(MYSQL_TIME *ltime) const
Definition: field.h:2811
Field_temporal_with_date(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 int_length_arg, uint8 dec_arg)
Constructor for Field_temporal.
Definition: field.h:2845
Item_result numeric_context_result_type() const final
Returns Item_result type of a field when it appears in numeric context such as: SELECT time_column + ...
Definition: field.h:2775
virtual type_conversion_status convert_number_to_TIME(longlong nr, bool unsigned_val, int nanoseconds, MYSQL_TIME *ltime, int *warning)=0
Convert a number with fractional part with nanosecond precision into MYSQL_TIME, according to the fie...
type_conversion_status store(const char *str, size_t len, const CHARSET_INFO *cs) final
Store string into a date/time/datetime field.
Definition: field.cc:4595
enum Item_result cmp_type() const final
Definition: field.h:2778
uint repertoire() const final
Definition: field.h:2780
bool str_needs_quotes() const final
Definition: field.h:2773
virtual type_conversion_status store_internal(const MYSQL_TIME *ltime, int *error)=0
Low level routine to store a MYSQL_TIME value into a field.
bool can_be_compared_as_longlong() const final
Definition: field.h:2782
const CHARSET_INFO * charset() const final
Definition: field.h:2781
uint32 max_display_length() const final
Definition: field.h:2772
bool binary() const final
Definition: field.h:2783
my_time_flags_t date_flags() const
Flags that are passed as "flag" argument to check_date(), number_to_datetime(), str_to_datetime().
Definition: field.cc:4467
static uint8 normalize_dec(uint8 dec_arg)
Adjust number of decimal digits from DECIMAL_NOT_SPECIFIED to DATETIME_MAX_DECIMALS.
Definition: field.h:2598
uint8 get_dec() const
Definition: field.h:2793
virtual my_time_flags_t date_flags(const THD *thd) const
Flags that are passed as "flag" argument to check_date(), number_to_datetime(), str_to_datetime().
Definition: field.h:2717
virtual bool convert_str_to_TIME(const char *str, size_t len, const CHARSET_INFO *cs, MYSQL_TIME *ltime, MYSQL_TIME_STATUS *status)=0
Convert a string to MYSQL_TIME, according to the field type.
virtual type_conversion_status store_internal_adjust_frac(MYSQL_TIME *ltime, int *warnings)=0
Low level routine to store a MYSQL_TIME value into a field with rounding/truncation according to the ...
Item_result result_type() const final
Definition: field.h:2771
enum Derivation derivation() const final
Definition: field.h:2779
Field_temporal(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint32 len_arg, uint8 dec_arg)
Constructor for Field_temporal.
Definition: field.h:2761
double val_real() const override
Definition: field.h:2789
uint8 dec
Definition: field.h:2592
Abstract class for TIME and TIME(N).
Definition: field.h:3165
type_conversion_status store_internal(const MYSQL_TIME *ltime, int *error) override=0
Low-level function to store MYSQL_TIME value.
Field_time_common(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_time_common.
Definition: field.h:3204
bool zero_pack() const final
Definition: field.h:3243
enum ha_base_keytype key_type() const final
Definition: field.h:3233
Field_time * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3244
enum_field_types type() const final
Definition: field.h:3232
Field_time(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg)
Definition: field.h:3226
Field_time(const char *field_name_arg)
Definition: field.h:3230
enum_field_types real_type() const final
Definition: field.h:3294
uint decimals() const final
Definition: field.h:3292
uint row_pack_length() const final
Definition: field.h:3309
Field_timef(bool is_nullable_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_timef.
Definition: field.h:3284
int cmp(const uchar *a_ptr, const uchar *b_ptr) const final
Definition: field.h:3318
size_t make_sort_key(uchar *to, size_t length) const final
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:3314
int do_save_field_metadata(uchar *metadata_ptr) const final
Retrieve the field metadata for fields.
Definition: field.h:3255
Field_timef * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3288
enum_field_types type() const final
Definition: field.h:3293
const CHARSET_INFO * sort_charset() const final
Definition: field.h:3312
bool zero_pack() const final
Definition: field.h:3311
uint pack_length_from_metadata(uint field_metadata) const final
Definition: field.h:3304
Field_timef(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, uint8 dec_arg)
Constructor for Field_timef.
Definition: field.h:3274
enum_field_types binlog_type() const final
Definition: field.h:3295
bool zero_pack() const final
Definition: field.h:2989
Field_timestamp * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:2993
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2997
enum_field_types type() const final
Definition: field.h:2980
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:3000
enum ha_base_keytype key_type() const final
Definition: field.h:2981
bool zero_pack() const final
Definition: field.h:3062
uint pack_length_from_metadata(uint field_metadata) const final
Definition: field.h:3065
enum_field_types real_type() const final
Definition: field.h:3060
enum_field_types type() const final
Definition: field.h:3059
uint32 pack_length() const final
Definition: field.h:3064
enum_field_types binlog_type() const final
Definition: field.h:3061
Field_timestampf * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3054
ulonglong get_max_int_value() const final
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:2248
Field_tiny(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg, bool zero_arg, bool unsigned_arg)
Definition: field.h:2204
uint32 max_display_length() const final
Definition: field.h:2232
enum_field_types type() const override
Definition: field.h:2215
uchar * pack(uchar *to, const uchar *from, size_t max_length) const final
Pack the field into a format suitable for storage and transfer.
Definition: field.h:2237
enum Item_result result_type() const final
Definition: field.h:2214
Field_tiny * clone(MEM_ROOT *mem_root) const override
Makes a shallow copy of the Field object.
Definition: field.h:2233
const uchar * unpack(uchar *to, const uchar *from, uint param_data) final
Unpack a field from row data.
Definition: field.h:2242
enum ha_base_keytype key_type() const final
Definition: field.h:2216
uint32 pack_length() const final
Definition: field.h:2230
Field_tiny(uint32 len_arg, bool is_nullable_arg, const char *field_name_arg, bool unsigned_arg)
Definition: field.h:2209
Field that stores array of values of the same type.
Definition: field.h:4161
bool binary() const override
Definition: field.h:4204
enum_field_types m_elt_type
The array element's real type.
Definition: field.h:4165
bool is_array() const override
Whether the field is a typed array.
Definition: field.h:4201
uint decimals() const override
Definition: field.h:4203
const CHARSET_INFO * charset() const override
Return a text charset so that string functions automatically convert the field value to string and tr...
Definition: field.h:4208
enum_field_types real_type() const override
Definition: field.h:4194
uint pack_length_from_metadata(uint) const override
Definition: field.h:4326
bool match_collation_to_optimize_range() const override
Multi-valued index always works only as a pre-filter for actual condition check, and the latter alway...
Definition: field.h:4256
enum_field_types binlog_type() const override
Definition: field.h:4195
int key_cmp(const uchar *, const uchar *) const override
These methods are used by handler to prevent returning a row past the end_range during range access.
Definition: field.h:4231
uint m_elt_decimals
Element's decimals.
Definition: field.h:4167
const bool unsigned_flag
Definition: field.h:4170
enum_field_types type() const override
Definition: field.h:4191
uint32 get_length_bytes() const override
Return number of bytes the field's length takes.
Definition: field.h:4290
uint32 char_length() const override
maximum possible character length for blob.
Definition: field.h:4187
const CHARSET_INFO * m_elt_charset
Element's charset.
Definition: field.h:4169
bool is_unsigned() const final
Whether the field is signed or not.
Definition: field.h:4200
size_t make_sort_key(uchar *to, size_t max_len) const override
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:4295
bool match_collation_to_optimize_range() const final
Definition: field.h:3529
uint32 pack_length() const final
Definition: field.h:3533
bool is_text_key_type() const final
Definition: field.h:3578
const uchar * data_ptr() const final
Return a const pointer to the actual data in the record buffer.
Definition: field.h:3577
bool zero_pack() const final
Definition: field.h:3532
Field_varstring * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3570
bool has_charset() const final
Definition: field.h:3564
uint32 key_length() const final
Definition: field.h:3536
uint32 length_bytes
Definition: field.h:3583
enum_field_types type() const final
Definition: field.h:3528
uint32 get_length_bytes() const override
Return number of bytes the field's length takes.
Definition: field.h:3579
Limits
Definition: field.h:3095
Field_year(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg, uchar auto_flags_arg, const char *field_name_arg)
Definition: field.h:3096
Field_year * clone(MEM_ROOT *mem_root) const final
Makes a shallow copy of the Field object.
Definition: field.h:3115
enum_field_types type() const final
Definition: field.h:3103
Field_year(bool is_nullable_arg, const char *field_name_arg)
Definition: field.h:3100
Field(const Field &)=default
Key_map get_covering_prefix_keys() const
Get covering prefix keys.
Definition: field.cc:10166
uchar * pack(uchar *to) const
Definition: field.h:1523
uchar * pack_int16(uchar *to, const uchar *from, size_t max_length) const
Definition: field.cc:10299
virtual void set_default()
Definition: field.cc:10180
void reset_warnings()
Definition: field.h:884
virtual int cmp_binary(const uchar *a, const uchar *b, uint32 max_length=~0L) const
Definition: field.h:1192
virtual enum_field_types real_type() const
Definition: field.h:1165
virtual type_conversion_status store(double nr)=0
virtual bool pack_diff(uchar **to, ulonglong value_options) const
Write the field for the binary log in diff format.
Definition: field.h:1572
virtual uint max_packed_col_length() const
This is a wrapper around pack_length() used by filesort() to determine how many bytes we need for pac...
Definition: field.h:1583
Key_map part_of_sortkey
Definition: field.h:693
const char * orig_table_name
Pointer to original table name, only non-NULL for a temporary table.
Definition: field.h:685
virtual const uchar * data_ptr() const
Return a const pointer to the actual data in the record buffer.
Definition: field.h:1743
bool is_virtual_gcol() const
Definition: field.h:823
const uchar * unpack_int24(uchar *to, const uchar *from) const
Definition: field.cc:10316
virtual uint32 pack_length_in_rec() const
Definition: field.h:1067
const char ** table_name
Definition: field.h:686
uint null_offset() const
Definition: field.cc:10188
const uchar * unpack_int16(uchar *to, const uchar *from) const
Definition: field.cc:10305
virtual bool compatible_field_size(uint metadata, Relay_log_info *, uint16, int *order) const
Check to see if field size is compatible with destination.
Definition: field.cc:1850
imagetype
Definition: field.h:728
@ itRAW
Definition: field.h:728
@ itMBR
Definition: field.h:728
const CHARSET_INFO * charset_for_protocol() const
Definition: field.h:1595
void reset_tmp_nullable()
Turn off temporary nullability for the field.
Definition: field.h:894
virtual int do_save_field_metadata(uchar *metadata_ptr) const
Retrieve the field metadata for fields.
Definition: field.h:1848
virtual ulonglong get_max_int_value() const
Get the upper limit of the MySQL integral and floating-point type.
Definition: field.h:1731
void set_tmp_null()
Set field to temporary value NULL.
Definition: field.cc:1221
virtual longlong val_time_temporal() const
Returns TIME value in packed longlong format.
Definition: field.h:975
virtual bool send_to_protocol(Protocol *protocol) const
Send the value of this field over the protocol using the correct Protocol::store*() function which ma...
Definition: field.cc:1811
virtual uint decimals() const
Definition: field.h:1208
virtual Field * new_key_field(MEM_ROOT *root, TABLE *new_table, uchar *new_ptr, uchar *new_null_ptr, uint new_null_bit) const
Definition: field.cc:2168
uint32 field_length
Definition: field.h:741
static constexpr size_t MAX_SHORT_BLOB_WIDTH
Definition: field.h:735
virtual Item_result cast_to_int_type() const
Definition: field.h:1044
void set_null_ptr(uchar *p_null_ptr, uint p_null_bit)
Definition: field.h:1305
void copy_data(ptrdiff_t src_record_offset)
Definition: field.cc:1799
bool m_is_tmp_null
This is a flag with the following semantics:
Definition: field.h:663
static constexpr size_t MAX_LONG_BLOB_WIDTH
Definition: field.h:737
type_conversion_status store_time(MYSQL_TIME *ltime)
Store MYSQL_TYPE value into a field when the number of fractional digits is not important or is not k...
Definition: field.h:962
void operator=(Field &)=delete
virtual type_conversion_status validate_stored_val(THD *thd)
Definition: field.h:1718
static uchar dummy_null_buffer
Definition: field.h:676
virtual bool is_array() const
Whether the field is a typed array.
Definition: field.h:1798
virtual bool optimize_range(uint idx, uint part) const
Whether this field can be used for index range scans when in the given keypart of the given index.
Definition: field.cc:2136
bool has_insert_default_general_value_expression() const
Checks if the field is marked as having a general expression to generate default values.
Definition: field.h:595
Key_map key_start
Definition: field.h:689
void set_null(ptrdiff_t row_offset=0)
Set field to value NULL.
Definition: field.cc:1759
virtual type_conversion_status store_decimal(const my_decimal *d)=0
virtual bool binary() const
Definition: field.h:1160
longlong val_int(uchar *new_ptr)
Definition: field.h:1464
Value_generator * gcol_info
Definition: field.h:810
ha_storage_media field_storage_type() const
Definition: field.h:1699
int cmp(const uchar *str) const
Definition: field.h:1186
virtual bool str_needs_quotes() const
Definition: field.h:1028
static constexpr size_t MAX_VARCHAR_WIDTH
Definition: field.h:731
virtual void get_image(uchar *buff, size_t length, const CHARSET_INFO *) const
Definition: field.h:1414
static constexpr size_t MAX_TINY_BLOB_WIDTH
Definition: field.h:734
const char * field_name
Definition: field.h:686
void set_field_ptr(uchar *ptr_arg)
Definition: field.h:1761
void clear_flag(unsigned flag)
Definition: field.h:751
uchar * pack_int24(uchar *to, const uchar *from, size_t max_length) const
Definition: field.cc:10310
Value_generator * m_default_val_expr
Holds the expression to be used to generate default values.
Definition: field.h:826
const uchar * field_ptr() const
Return a const pointer to where the field is stored in the record buffer.
Definition: field.h:1751
virtual longlong val_date_temporal() const
Returns DATE/DATETIME value in packed longlong format.
Definition: field.h:984
virtual uint32 pack_length() const
Definition: field.h:1060
void set_hidden(dd::Column::enum_hidden_type hidden)
Sets the hidden type for this field.
Definition: field.h:833
LEX_CSTRING comment
Definition: field.h:687
uint16 m_field_index
Definition: field.h:746
virtual const CHARSET_INFO * charset() const
Definition: field.h:1593
void set_notnull(ptrdiff_t row_offset=0)
Set field to value NOT NULL.
Definition: field.cc:1774
virtual uint32 get_length_bytes() const
Return number of bytes the field's length takes.
Definition: field.h:1805
virtual size_t make_sort_key(uchar *buff, size_t length, size_t trunc_pos) const
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
Definition: field.h:1355
bool gcol_expr_is_equal(const Create_field *field) const
Check whether generated columns' expressions are the same.
Definition: field.cc:6190
virtual uint32 max_display_length() const =0
enum_auto_flags
Flags for Field::auto_flags / Create_field::auto_flags bitmaps.
Definition: field.h:710
@ ON_UPDATE_NOW
ON UPDATE CURRENT_TIMESTAMP.
Definition: field.h:714
@ GENERATED_FROM_EXPRESSION
DEFAULT (expression)
Definition: field.h:715
@ NONE
Definition: field.h:711
@ DEFAULT_NOW
DEFAULT CURRENT_TIMESTAMP.
Definition: field.h:713
@ NEXT_NUMBER
AUTO_INCREMENT.
Definition: field.h:712
String * val_int_as_str(String *val_buffer, bool unsigned_flag) const
Interpret field value as an integer but return the result as a string.
Definition: field.cc:1663
virtual uint32 data_length(ptrdiff_t row_offset=0) const
Definition: field.h:1084
virtual void set_image(const uchar *buff, size_t length, const CHARSET_INFO *)
Definition: field.h:1419
virtual bool has_charset() const
Definition: field.h:1599
virtual void set_derivation(enum Derivation)
Definition: field.h:1614
bool is_null_in_record(const uchar *record) const
Check if the Field has value NULL or the record specified by argument has value NULL for this Field.
Definition: field.h:1271
void reset_tmp_null()
Reset temporary NULL value for field.
Definition: field.h:899
virtual uchar * pack_with_metadata_bytes(uchar *to, const uchar *from, uint max_length) const
This function does the same thing as pack(), except for the difference that max_length does not mean ...
Definition: field.h:1545
virtual enum_field_types type() const =0
virtual bool zero_pack() const
Definition: field.h:1161
virtual void move_field_offset(ptrdiff_t ptr_diff)
Definition: field.h:1409
Key_map part_of_key
Keys that includes this field except of prefix keys.
Definition: field.h:690
virtual type_conversion_status store_packed(longlong nr)
Store a temporal value in packed longlong format into a field.
Definition: field.h:934
bool is_hidden_by_user() const
Definition: field.h:863
Field * new_field(MEM_ROOT *root, TABLE *new_table, uchar *new_ptr, uchar *new_null_ptr, uint new_null_bit) const
Definition: field.h:1377
bool handle_old_value() const
Whether field's old valued have to be handled.
Definition: field.h:1817
TABLE * table
Pointer to TABLE object that owns this field.
Definition: field.h:681
uint16 field_index() const
Returns field index.
Definition: field.h:1835
virtual type_conversion_status store(longlong nr, bool unsigned_val)=0
virtual bool get_timestamp(my_timeval *tm, int *warnings) const
Returns a UTC component in struct timeval format.
Definition: field.cc:2111
void move_field(uchar *ptr_arg, uchar *null_ptr_arg, uchar null_bit_arg)
Definition: field.h:1403
const uchar * unpack_int32(uchar *to, const uchar *from) const
Definition: field.cc:10327
virtual void init(TABLE *table_arg)
Definition: field.cc:10190
bool is_null(ptrdiff_t row_offset=0) const
Check whether the full table's row is NULL or the Field has value NULL.
Definition: field.h:1224
virtual my_decimal * val_decimal(my_decimal *) const =0
bool has_insert_default_datetime_value_expression() const
Checks if the field is marked as having a datetime value expression to generate default values on ins...
Definition: field.h:606
void evaluate_update_default_function()
Evaluates the UPDATE default function, if one exists, and stores the result in the record buffer.
Definition: field.cc:2187
LEX_CSTRING m_engine_attribute
Definition: field.h:791
void set_tmp_nullable()
Turn on temporary nullability for the field.
Definition: field.h:889
const uchar * unpack_int64(uchar *to, const uchar *from) const
Definition: field.cc:10338
virtual void set_field_index(uint16 field_index)
Sets field index.
Definition: field.h:1826
type_conversion_status check_constraints(int mysql_errno)
Check NOT NULL constraint on the field after temporary nullability is disabled.
Definition: field.cc:1716
Key_map part_of_prefixkey
Prefix keys.
Definition: field.h:692
bool is_real_null(ptrdiff_t row_offset=0) const
Check whether the Field has value NULL (temporary or actual).
Definition: field.h:1256
bool is_tmp_nullable() const
Definition: field.h:908
String * val_str(String *str, uchar *new_ptr)
Definition: field.h:1472
uchar null_bit
Definition: field.h:755
virtual double val_real() const =0
virtual bool can_be_compared_as_longlong() const
Definition: field.h:1372
virtual longlong val_int() const =0
uchar * pack_int32(uchar *to, const uchar *from, size_t max_length) const
Definition: field.cc:10321
bool m_is_tmp_nullable
Flag: if the NOT-NULL field can be temporary NULL.
Definition: field.h:653
virtual void make_send_field(Send_field *send_field) const
Populates a Send_field object with metadata about the column represented by this Field object.
Definition: field.cc:1947
virtual size_t make_sort_key(uchar *buff, size_t length) const =0
Writes a copy of the current value in the record buffer, suitable for sorting using byte-by-byte comp...
virtual const CHARSET_INFO * sort_charset() const
Definition: field.h:1598
virtual Item_result numeric_context_result_type() const
Returns Item_result type of a field when it appears in numeric context such as: SELECT time_column + ...
Definition: field.h:1040
bool m_indexed
True if this field belongs to some index (unlike part_of_key, the index might have only a prefix).
Definition: field.h:789
virtual int cmp_binary_offset(ptrdiff_t row_offset) const
Definition: field.h:1199
virtual bool is_updatable() const
Checks whether a string field is part of write_set.
Definition: field.h:1771
virtual bool eq_def(const Field *field) const
Definition: field.cc:8436
const uchar * unpack(const uchar *from)
Definition: field.h:1527
virtual bool get_date(MYSQL_TIME *ltime, my_time_flags_t fuzzydate) const
Definition: field.cc:2098
geometry_type
Definition: field.h:718
@ GEOM_GEOMETRYCOLLECTION
Definition: field.h:726
@ GEOM_POLYGON
Definition: field.h:722
@ GEOM_MULTILINESTRING
Definition: field.h:724
@ GEOM_POINT
Definition: field.h:720
@ GEOM_MULTIPOINT
Definition: field.h:723
@ GEOM_MULTIPOLYGON
Definition: field.h:725
@ GEOM_LINESTRING
Definition: field.h:721
@ GEOM_GEOMETRY
Definition: field.h:719
virtual int cmp_max(const uchar *a, const uchar *b, uint max_len) const
Definition: field.h:1187
virtual Item_result result_type() const =0
uint32 flags
Definition: field.h:745
bool is_nullable() const
Definition: field.h:1297
bool warn_if_overflow(int op_result)
Process decimal library return codes and issue warnings for overflow and truncation.
Definition: field.cc:1645
static bool type_can_have_key_part(enum_field_types)
Check whether a field type can be partially indexed by a key.
Definition: field.cc:1482
bool set_warning(Sql_condition::enum_severity_level level, unsigned int code, int cut_increment)
Produce warning or note about data saved into field.
Definition: field.h:1637
virtual type_conversion_status store_time(MYSQL_TIME *ltime, uint8 dec_arg)
Store MYSQL_TIME value with the given amount of decimal digits into a field.
Definition: field.cc:2125
virtual type_conversion_status store(const char *to, size_t length, const CHARSET_INFO *cs)=0
virtual geometry_type get_geometry_type() const
Definition: field.h:1678
uint null_offset(const uchar *record) const
Definition: field.h:1299
virtual bool is_text_key_type() const
Definition: field.h:1209
virtual String * val_str(String *, String *) const =0
virtual uchar * pack(uchar *to, const uchar *from, size_t max_length) const
Pack the field into a format suitable for storage and transfer.
Definition: field.cc:1871
static Item_result result_merge_type(enum_field_types)
Detect Item_result by given field type of UNION merge result.
Definition: field.cc:1359
virtual bool eq(const Field *field) const
Definition: field.h:1049
Field * new_key_field(MEM_ROOT *root, TABLE *new_table, uchar *new_ptr) const
Definition: field.h:1387
bool is_tmp_null() const
Definition: field.h:916
virtual uint32 key_length() const
Definition: field.h:1163
bool is_gcol() const
Definition: field.h:822
dd::Column::enum_hidden_type m_hidden
Definition: field.h:642
void set_storage_type(ha_storage_media storage_type_arg)
Definition: field.h:1703
static enum_field_types field_type_merge(enum_field_types, enum_field_types)
Return type of which can carry value of both given types in UNION result.
Definition: field.cc:1240
uchar * m_null_ptr
Byte where the NULL bit is stored inside a record.
Definition: field.h:648
virtual uint32 max_data_length() const
Get the maximum size of the data in packed format.
Definition: field.h:1094
virtual Item_result cmp_type() const
Definition: field.h:1043
column_format_type column_format() const
Definition: field.h:1708
virtual const uchar * unpack(uchar *to, const uchar *from, uint param_data)
Unpack a field from row data.
Definition: field.cc:1902
virtual longlong val_time_temporal_at_utc() const
Definition: field.h:989
uchar auto_flags
Bitmap of flags indicating if field value is auto-generated by default and/or on update,...
Definition: field.h:765
bool is_hidden_by_system() const
Definition: field.h:853
virtual int cmp(const uchar *, const uchar *) const =0
String * val_str(String *str) const
Definition: field.h:1009
unsigned int m_warnings_pushed
Definition: field.h:806
void set_check_for_truncated_fields(enum_check_fields check_for_truncated_fields)
Remember the value of THD::check_for_truncated_fields to handle possible NOT-NULL constraint errors a...
Definition: field.h:1291
uchar * pack_int64(uchar *to, const uchar *from, size_t max_length) const
Definition: field.cc:10332
virtual longlong val_date_temporal_at_utc() const
Definition: field.h:993
const char * orig_db_name
Pointer to original database name, only non-NULL for a temporary table.
Definition: field.h:683
uchar * get_null_ptr()
Definition: field.h:679
virtual uint32 char_length() const
Definition: field.h:1674
bool is_field_for_functional_index() const
Definition: field.h:874
virtual uint pack_length_from_metadata(uint field_metadata) const
Definition: field.h:1070
LEX_CSTRING m_secondary_engine_attribute
Definition: field.h:792
virtual int key_cmp(const uchar *str, uint length) const
Definition: field.h:1205
bool is_hidden() const
Definition: field.h:842
virtual void store_timestamp(const my_timeval *)
Stores a timestamp value in timeval format in a field.
Definition: field.h:1142
enum_check_fields m_check_for_truncated_fields_saved
The value of THD::check_for_truncated_fields at the moment of setting m_is_tmp_null attribute.
Definition: field.h:669
void evaluate_insert_default_function()
Evaluates the INSERT default function and stores the result in the field.
Definition: field.cc:2179
virtual int cmp_offset(ptrdiff_t row_offset) const
Definition: field.h:1196
bool is_created_from_null_item
If true, this field was created in create_tmp_field_from_item from a NULL value.
Definition: field.h:775
uint32 all_flags() const
Definition: field.h:754
int save_field_metadata(uchar *first_byte)
Definition: field.h:1075
virtual Field * clone(MEM_ROOT *mem_root) const =0
Makes a shallow copy of the Field object.
virtual bool get_time(MYSQL_TIME *ltime) const
Definition: field.cc:2105
bool stored_in_db
Indication that the field is physically stored in tables rather than just generated on SQL queries.
Definition: field.h:816
virtual enum Derivation derivation() const
Definition: field.h:1612
uchar * ptr
Holds the position to the field in record.
Definition: field.h:639
static constexpr size_t MAX_MEDIUM_BLOB_WIDTH
Definition: field.h:736
virtual void set_field_length(uint32 length)
Definition: field.h:742
virtual int key_cmp(const uchar *a, const uchar *b) const
Definition: field.h:1202
virtual bool is_unsigned() const
Whether the field is signed or not.
Definition: field.h:821
longlong val_temporal_by_field_type() const
Returns "native" packed longlong representation of a TIME or DATE/DATETIME field depending on field t...
Definition: field.h:1001
bool has_update_default_datetime_value_expression() const
Checks if the field is marked as having a datetime value expression to generate default values on upd...
Definition: field.h:618
virtual enum_field_types binlog_type() const
Definition: field.h:1166
bool is_part_of_actual_key(THD *thd, uint cur_index, KEY *cur_index_info) const
Check whether field is part of the index taking the index extensions flag into account.
Definition: field.cc:9754
dd::Column::enum_hidden_type hidden() const
Definition: field.h:836
void dbug_print() const
Definition: field.h:1685
longlong convert_decimal2longlong(const my_decimal *val, bool unsigned_flag, bool *has_overflow)
Conversion from decimal to longlong.
Definition: field.cc:1973
uchar * field_ptr()
Return a pointer to where the field is stored in the record buffer.
Definition: field.h:1759
virtual enum ha_base_keytype key_type() const
Definition: field.h:1162
virtual uint is_equal(const Create_field *new_field) const
Whether a field being created is type-compatible with an existing one.
Definition: field.cc:1227
virtual size_t get_key_image(uchar *buff, size_t length, imagetype type) const
Definition: field.h:1450
virtual void mem_free()
Definition: field.h:1373
virtual bool match_collation_to_optimize_range() const
Definition: field.h:1611
virtual uint repertoire() const
Definition: field.h:1613
virtual void hash(ulong *nr, ulong *nr2) const
Definition: field.cc:1783
bool has_insert_default_constant_expression() const
Checks if the field is marked as having a constant expression to generate default values.
Definition: field.h:630
virtual uint row_pack_length() const
Definition: field.h:1074
virtual bool is_wrapper_field() const
If true, it's a Create_field_wrapper (a sub-class of Field used during CREATE/ALTER that we mustn't c...
Definition: field.h:783
virtual void sql_type(String &str) const =0
virtual type_conversion_status reset()
Definition: field.h:1096
void set_flag(unsigned flag)
Definition: field.h:750
enum_pushed_warnings
Definition: field.h:795
@ NO_DEFAULT_FOR_FIELD_PUSHED
Definition: field.h:797
@ NO_DEFAULT_FOR_VIEW_FIELD_PUSHED
Definition: field.h:798
@ BAD_NULL_ERROR_PUSHED
Definition: field.h:796
virtual Field * new_field(MEM_ROOT *root, TABLE *new_table) const
Definition: field.cc:2140
void set_column_format(column_format_type column_format_arg)
Definition: field.h:1712
uint offset(uchar *record) const
Definition: field.h:1585
virtual void set_key_image(const uchar *buff, size_t length)
Definition: field.h:1455
bool is_flag_set(unsigned flag) const
Definition: field.h:749
Key_map part_of_key_not_extended
All keys that include this field, but not extended by the storage engine to include primary key colum...
Definition: field.h:698
longlong val_int_offset(ptrdiff_t row_offset)
Definition: field.h:1458
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:853
Represents a JSON array container, i.e.
Definition: json_dom.h:520
Vector of logical diffs describing changes to a JSON column.
Definition: json_diff.h:141
Abstraction for accessing JSON values irrespective of whether they are (started out as) binary JSON v...
Definition: json_dom.h:1161
Definition: protocol.h:33
Definition: rpl_rli.h:203
const char * col_name
Definition: field.h:4638
ulong length
Definition: field.h:4639
uint charsetnr
Definition: field.h:4640
bool field
Definition: field.h:4647
enum_field_types type
Definition: field.h:4641
const char * db_name
Definition: field.h:4636
const char * org_table_name
Definition: field.h:4637
enum_severity_level
Enumeration value describing the severity of the condition.
Definition: sql_error.h:63
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:168
void takeover(String &s)
Takeover the buffer owned by another string.
Definition: sql_string.h:459
void mem_free()
Definition: sql_string.h:379
char * c_ptr_safe()
Definition: sql_string.h:267
size_t length() const
Definition: sql_string.h:242
size_t alloced_length() const
Definition: sql_string.h:243
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:34
This class represents abstract time zone and provides basic interface for MYSQL_TIME <-> my_time_t co...
Definition: tztime.h:49
Used for storing information associated with generated column, default values generated from expressi...
Definition: field.h:483
void set_field_stored(bool stored)
Definition: field.h:536
void set_field_type(enum_field_types fld_type)
Definition: field.h:519
uint num_non_virtual_base_cols
How many non-virtual base columns in base_columns_map.
Definition: field.h:572
bool stored_in_db
Indicates if the field is physically stored in the database.
Definition: field.h:570
bool register_base_columns(TABLE *table)
Calculate the base_columns_map and num_non_virtual_base_cols members of this generated column.
Definition: table.cc:2532
enum_field_types field_type
Real field type.
Definition: field.h:568
void backup_stmt_unsafe_flags(uint32 backup_binlog_stmt_flags)
Set the binary log flags in m_backup_binlog_stmt_flags.
Definition: field.h:525
uint non_virtual_base_columns() const
Get the number of non virtual base columns that this generated column needs.
Definition: field.h:544
Item * expr_item
Item representing the generation expression.
Definition: field.h:493
void dup_expr_str(MEM_ROOT *root, const char *src, size_t len)
Duplicates a string into expr_str.
Definition: table.cc:2556
uint32 get_stmt_unsafe_flags()
Get the binary log flags from m_backup_binlog_stmt_flags.
Definition: field.h:533
MY_BITMAP base_columns_map
Bitmap records base columns which a generated column depends on.
Definition: field.h:515
uint32 m_backup_binlog_stmt_flags
Bit field indicating the type of statement for binary logging.
Definition: field.h:510
void print_expr(THD *thd, String *out)
Writes the generation expression into a String with proper syntax.
Definition: table.cc:2562
Item * item_list
List of all items created when parsing and resolving generated expression.
Definition: field.h:513
bool get_field_stored() const
Definition: field.h:535
enum_field_types get_real_type() const
Definition: field.h:517
LEX_STRING expr_str
Text of the expression.
Definition: field.h:501
enum_hidden_type
Definition: column.h:95
@ HT_HIDDEN_SQL
The column is visible to the server, but hidden from the user.
@ HT_HIDDEN_SE
The column is completely invisible to the server.
@ HT_VISIBLE
The column is visible (a normal column)
@ HT_HIDDEN_USER
User table column marked as INVISIBLE by using the column visibility attribute.
my_decimal class limits 'decimal_t' type to what we need in MySQL.
Definition: my_decimal.h:94
static MEM_ROOT mem_root
Definition: client_plugin.cc:110
#define L
Definition: ctype-tis620.cc:76
#define E_DEC_TRUNCATED
Definition: decimal.h:143
#define E_DEC_DIV_ZERO
Definition: decimal.h:145
static constexpr int DECIMAL_NOT_SPECIFIED
Definition: decimal.h:154
#define E_DEC_BAD_NUM
Definition: decimal.h:146
#define E_DEC_OK
Definition: decimal.h:142
#define E_DEC_OOM
Definition: decimal.h:147
#define E_DEC_OVERFLOW
Definition: decimal.h:144
Fido Client Authentication nullptr
Definition: fido_client_plugin.cc:222
This file contains basic method for field types.
bool is_temporal_type(enum_field_types type)
Tests if field type is temporal, i.e.
Definition: field_common_properties.h:115
bool is_temporal_type_with_date(enum_field_types type)
Tests if field type is temporal and has date part, i.e.
Definition: field_common_properties.h:156
This file contains the field type.
enum_field_types
Column types for MySQL.
Definition: field_types.h:53
@ MYSQL_TYPE_TIME2
Internal to MySQL.
Definition: field_types.h:73
@ MYSQL_TYPE_VARCHAR
Definition: field_types.h:69
@ MYSQL_TYPE_LONGLONG
Definition: field_types.h:62
@ MYSQL_TYPE_LONG_BLOB
Definition: field_types.h:83
@ MYSQL_TYPE_BLOB
Definition: field_types.h:84
@ MYSQL_TYPE_TINY
Definition: field_types.h:55
@ MYSQL_TYPE_TIME
Definition: field_types.h:65
@ MYSQL_TYPE_SET
Definition: field_types.h:80
@ MYSQL_TYPE_NEWDATE
Internal to MySQL.
Definition: field_types.h:68
@ MYSQL_TYPE_JSON
Definition: field_types.h:77
@ MYSQL_TYPE_STRING
Definition: field_types.h:86
@ MYSQL_TYPE_NULL
Definition: field_types.h:60
@ MYSQL_TYPE_ENUM
Definition: field_types.h:79
@ MYSQL_TYPE_TINY_BLOB
Definition: field_types.h:81
@ MYSQL_TYPE_LONG
Definition: field_types.h:57
@ MYSQL_TYPE_BIT
Definition: field_types.h:70
@ MYSQL_TYPE_INVALID
Definition: field_types.h:75
@ MYSQL_TYPE_GEOMETRY
Definition: field_types.h:87
@ MYSQL_TYPE_NEWDECIMAL
Definition: field_types.h:78
@ MYSQL_TYPE_DECIMAL
Definition: field_types.h:54
@ MYSQL_TYPE_TYPED_ARRAY
Used for replication only.
Definition: field_types.h:74
@ MYSQL_TYPE_DOUBLE
Definition: field_types.h:59
@ MYSQL_TYPE_MEDIUM_BLOB
Definition: field_types.h:82
@ MYSQL_TYPE_DATETIME2
Internal to MySQL.
Definition: field_types.h:72
@ MYSQL_TYPE_SHORT
Definition: field_types.h:56
@ MYSQL_TYPE_DATE
Definition: field_types.h:64
@ MYSQL_TYPE_FLOAT
Definition: field_types.h:58
@ MYSQL_TYPE_TIMESTAMP
Definition: field_types.h:61
@ MYSQL_TYPE_INT24
Definition: field_types.h:63
@ MYSQL_TYPE_DATETIME
Definition: field_types.h:66
@ MYSQL_TYPE_TIMESTAMP2
Definition: field_types.h:71
@ MYSQL_TYPE_YEAR
Definition: field_types.h:67
static const std::string dec("DECRYPTION")
#define ENUM_FLAG
field is an enum
Definition: mysql_com.h:164
#define FIELD_FLAGS_COLUMN_FORMAT
Field column format, bit 24-25.
Definition: mysql_com.h:187
#define BLOB_FLAG
Field is a blob.
Definition: mysql_com.h:158
#define SET_FLAG
field is a set
Definition: mysql_com.h:167
#define BINARY_FLAG
Field is binary
Definition: mysql_com.h:161
#define FIELD_FLAGS_STORAGE_MEDIA
Field storage media, bit 22-23.
Definition: mysql_com.h:185
static int flag
Definition: hp_test1.cc:40
static int rnd(int max_value)
Definition: hp_test2.cc:548
constexpr const LEX_CSTRING EMPTY_CSTR
Definition: lex_string.h:48
A better implementation of the UNIX ctype(3) library.
#define MY_REPERTOIRE_UNICODE30
Definition: m_ctype.h:154
CHARSET_INFO my_charset_utf8mb4_bin
Definition: ctype-utf8.cc:7794
MYSQL_PLUGIN_IMPORT CHARSET_INFO my_charset_bin
Definition: ctype-bin.cc:511
uint my_charset_repertoire(const CHARSET_INFO *cs)
Definition: ctype.cc:797
This file follows Google coding style, except for the name MEM_ROOT (which is kept for historical rea...
This file includes constants used by all storage engines.
ha_base_keytype
Definition: my_base.h:439
@ HA_KEYTYPE_VARBINARY2
Definition: my_base.h:460
@ HA_KEYTYPE_BINARY
Definition: my_base.h:442
@ HA_KEYTYPE_USHORT_INT
Definition: my_base.h:448
@ HA_KEYTYPE_ULONGLONG
Definition: my_base.h:451
@ HA_KEYTYPE_UINT24
Definition: my_base.h:453
@ HA_KEYTYPE_VARTEXT2
Definition: my_base.h:459
@ HA_KEYTYPE_FLOAT
Definition: my_base.h:445
@ HA_KEYTYPE_BIT
Definition: my_base.h:461
@ HA_KEYTYPE_ULONG_INT
Definition: my_base.h:449
@ HA_KEYTYPE_SHORT_INT
Definition: my_base.h:443
@ HA_KEYTYPE_NUM
Definition: my_base.h:447
@ HA_KEYTYPE_DOUBLE
Definition: my_base.h:446
@ HA_KEYTYPE_LONG_INT
Definition: my_base.h:444
@ HA_KEYTYPE_INT8
Definition: my_base.h:454
@ HA_KEYTYPE_INT24
Definition: my_base.h:452
@ HA_KEYTYPE_TEXT
Definition: my_base.h:441
@ HA_KEYTYPE_LONGLONG
Definition: my_base.h:450
ha_storage_media
Definition: my_base.h:115
@ HA_SM_DEFAULT
Definition: my_base.h:116
#define DBUG_PRINT(keyword, arglist)
Definition: my_dbug.h:181
#define DBUG_FILE
Definition: my_dbug.h:194
#define DBUG_EVALUATE_IF(keyword, a1, a2)
Definition: my_dbug.h:179
#define DBUG_TRACE
Definition: my_dbug.h:146
Utility functions for converting between ulonglong and double.
static constexpr double LLONG_MAX_DOUBLE
Definition: my_double2ulonglong.h:57
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
uint8_t uint8
Definition: my_inttypes.h:63
unsigned char uchar
Definition: my_inttypes.h:52
long long int longlong
Definition: my_inttypes.h:55
#define MY_INT32_NUM_DECIMAL_DIGITS
Definition: my_inttypes.h:100
uint16_t uint16
Definition: my_inttypes.h:65
uint32_t uint32
Definition: my_inttypes.h:67
Common header for many mysys elements.
Interface for low level time utilities.
constexpr const int MYSQL_TIME_WARN_INVALID_TIMESTAMP
Definition: my_time.h:120
constexpr const int MYSQL_TIME_NOTE_TRUNCATED
Definition: my_time.h:122
constexpr const int MYSQL_TIME_WARN_TRUNCATED
Conversion warnings.
Definition: my_time.h:118
constexpr const int DATETIME_MAX_DECIMALS
Definition: my_time.h:143
constexpr const int MYSQL_TIME_WARN_ZERO_IN_DATE
Definition: my_time.h:123
constexpr const my_time_flags_t TIME_FUZZY_DATE
Allow zero day and zero month.
Definition: my_time.h:97
constexpr const int MYSQL_TIME_WARN_OUT_OF_RANGE
Definition: my_time.h:119
unsigned int my_time_flags_t
Flags to str_to_datetime and number_to_datetime.
Definition: my_time.h:94
constexpr const int MYSQL_TIME_WARN_ZERO_DATE
Definition: my_time.h:121
unsigned int STDCALL mysql_errno(MYSQL *mysql)
Definition: client.cc:9086
Common definition between mysql server & client.
Time declarations shared between the server and client API: you should not add anything to this heade...
enum_mysql_timestamp_type
Definition: mysql_time.h:45
static int interval
Definition: mysqladmin.cc:65
void warning(const char *format,...)
static int record
Definition: mysqltest.cc:188
void copy(Shards< COUNT > &dst, const Shards< COUNT > &src) noexcept
Copy the counters, overwrite destination.
Definition: ut0counter.h:354
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1052
Definition: buf0block_hint.cc:30
constexpr value_type zerofill
Definition: classic_protocol_constants.h:274
constexpr value_type is_unsigned
Definition: classic_protocol_constants.h:273
Definition: commit_order_queue.h:34
enum_column_types
Definition: column.h:53
bool length(const dd::Spatial_reference_system *srs, const Geometry *g1, double *length, bool *null) noexcept
Computes the length of linestrings and multilinestrings.
Definition: length.cc:76
RangeReverse< Range > reverse(Range &x)
Iterate over a range in reverse.
Definition: utilities.h:132
Cursor end()
A past-the-end Cursor.
Definition: rules_table_service.cc:192
std::set< Key, Compare, ut::allocator< Key > > set
Specialization of set which uses ut_allocator.
Definition: ut0new.h:2882
required uint32 status
Definition: replication_asynchronous_connection_failover.proto:61
repeated Source source
Definition: replication_asynchronous_connection_failover.proto:42
required string type
Definition: replication_group_member_actions.proto:34
static void make_hash_key(const char *username, const char *hostname, std::string &key)
Make hash key.
Definition: sha2_password.cc:767
Create_field * generate_create_field(THD *thd, Item *source_item, TABLE *tmp_table)
Generate a Create_field from an Item.
Definition: field.cc:10436
bool is_temporal_real_type(enum_field_types type)
Tests if field real type is temporal, i.e.
Definition: field.h:349
Field * make_field(MEM_ROOT *mem_root_arg, TABLE_SHARE *share, uchar *ptr, size_t field_length, uchar *null_pos, uchar null_bit, enum_field_types field_type, const CHARSET_INFO *field_charset, Field::geometry_type geom_type, uchar auto_flags, TYPELIB *interval, const char *field_name, bool is_nullable, bool is_zerofill, bool is_unsigned, uint decimals, bool treat_bit_as_char, uint pack_length_override, std::optional< gis::srid_t > srid, bool is_array)
This function should only be called from legacy code.
Definition: field.cc:9302
type_conversion_status
Status when storing a value in a field or converting from one datatype to another.
Definition: field.h:202
@ TYPE_ERR_BAD_VALUE
Store/convert incompatible values, like converting "foo" to a date.
Definition: field.h:245
@ TYPE_OK
Storage/conversion went fine.
Definition: field.h:204
@ TYPE_NOTE_TIME_TRUNCATED
A minor problem when converting between temporal values, e.g.
Definition: field.h:209
@ TYPE_ERR_OOM
Out of memory.
Definition: field.h:247
@ TYPE_NOTE_TRUNCATED
Value was stored, but something was cut.
Definition: field.h:219
@ TYPE_ERR_NULL_CONSTRAINT_VIOLATION
Trying to store NULL in a NOT NULL field.
Definition: field.h:240
@ TYPE_WARN_OUT_OF_RANGE
Value outside min/max limit of datatype.
Definition: field.h:224
@ TYPE_WARN_TRUNCATED
Value was stored, but something was cut.
Definition: field.h:233
@ TYPE_WARN_INVALID_STRING
Value has invalid string data.
Definition: field.h:238
enum_check_fields
Definition: field.h:172
@ CHECK_FIELD_ERROR_FOR_NULL
Definition: field.h:175
@ CHECK_FIELD_IGNORE
Definition: field.h:173
@ CHECK_FIELD_WARN
Definition: field.h:174
void copy_integer(uchar *to, size_t to_length, const uchar *from, size_t from_length, bool is_unsigned)
Copies an integer value to a format comparable with memcmp().
Definition: field.h:452
type_conversion_status set_field_to_null_with_conversions(Field *field, bool no_conversions)
Set field to NULL or TIMESTAMP or to next auto_increment number.
Definition: field_conv.cc:154
uint32 calc_key_length(enum_field_types sql_type, uint32 length, uint32 decimals, bool is_unsigned, uint32 elements)
Calculate key length for field from its type, length and other attributes.
Definition: field.cc:9140
bool pre_validate_value_generator_expr(Item *expression, const char *name, Value_generator_source source)
Perform per item-type checks to determine if the expression is allowed for a generated column,...
Definition: field.cc:1184
#define MY_REPERTOIRE_NUMERIC
Definition: field.h:258
enum_field_types real_type_to_type(enum_field_types real_type)
Convert temporal real types as returned by field->real_type() to field type as returned by field->typ...
Definition: field.h:393
Value_generator_source
Enum to indicate source for which value generator is used.
Definition: field.h:473
@ VGS_DEFAULT_EXPRESSION
Definition: field.h:475
@ VGS_CHECK_CONSTRAINT
Definition: field.h:476
@ VGS_GENERATED_COLUMN
Definition: field.h:474
type_conversion_status decimal_err_to_type_conv_status(int dec_error)
Definition: field.h:294
enum_field_types blob_type_from_pack_length(uint pack_length)
Return the appropriate MYSQL_TYPE_X_BLOB value based on the pack_length.
Definition: field.h:416
uint get_set_pack_length(int elements)
Definition: field.h:289
bool fields_are_memcpyable(const Field *to, const Field *from)
Check if one can copy from “from” to “to” with a simple memcpy(), with pack_length() as the length.
Definition: field_conv.cc:705
#define my_charset_numeric
Definition: field.h:257
type_conversion_status set_field_to_null(Field *field)
Definition: field_conv.cc:94
uint get_enum_pack_length(int elements)
Definition: field.h:285
size_t calc_pack_length(enum_field_types type, size_t length)
Definition: field.cc:9183
type_conversion_status field_conv_slow(Field *to, const Field *from)
Copy the value in "from" (assumed to be non-NULL) to "to", doing any required conversions in the proc...
Definition: field_conv.cc:765
bool is_blob(enum_field_types sql_type)
Definition: field.h:4751
const char * get_field_name_or_expression(THD *thd, const Field *field)
Definition: field.cc:10523
#define portable_sizeof_char_ptr
Definition: field.h:118
column_format_type
Definition: field.h:190
@ COLUMN_FORMAT_TYPE_DEFAULT
Definition: field.h:191
@ COLUMN_FORMAT_TYPE_FIXED
Definition: field.h:192
@ COLUMN_FORMAT_TYPE_DYNAMIC
Definition: field.h:193
type_conversion_status time_warning_to_type_conversion_status(const int warn)
Convert warnings returned from str_to_time() and str_to_datetime() to their corresponding type_conver...
Definition: field.h:314
type_conversion_status store_internal_with_error_check(Field_new_decimal *field, int conversion_err, my_decimal *value)
Definition: field.cc:2918
enum_field_types get_blob_type_from_length(size_t length)
Definition: field.cc:9170
bool real_type_with_now_as_default(enum_field_types type)
Tests if field real type can have "DEFAULT CURRENT_TIMESTAMP", i.e.
Definition: field.h:368
bool real_type_with_now_on_update(enum_field_types type)
Tests if field real type can have "ON UPDATE CURRENT_TIMESTAMP", i.e.
Definition: field.h:381
Derivation
For use.
Definition: field.h:179
@ DERIVATION_COERCIBLE
Definition: field.h:182
@ DERIVATION_SYSCONST
Definition: field.h:183
@ DERIVATION_EXPLICIT
Definition: field.h:186
@ DERIVATION_NONE
Definition: field.h:185
@ DERIVATION_NUMERIC
Definition: field.h:181
@ DERIVATION_IMPLICIT
Definition: field.h:184
@ DERIVATION_IGNORABLE
Definition: field.h:180
File containing constants that can be used throughout the server.
constexpr const int MAX_TIME_WIDTH
-838:59:59
Definition: sql_const.h:71
constexpr const int MAX_DATE_WIDTH
YYYY-MM-DD.
Definition: sql_const.h:69
constexpr const int MAX_DATETIME_WIDTH
YYYY-MM-DD HH:MM:SS.
Definition: sql_const.h:77
Our own string classes, used pervasively throughout the executor.
Truncate_result
Definition: sql_truncate.cc:139
case opt name
Definition: sslopt-case.h:33
Definition: m_ctype.h:385
uint mbmaxlen
Definition: m_ctype.h:409
MY_CHARSET_HANDLER * cset
Definition: m_ctype.h:417
The MEM_ROOT is a simple arena, where allocations are carved out of larger blocks.
Definition: my_alloc.h:83
Definition: mysql_lex_string.h:40
Definition: mysql_lex_string.h:35
Structure to return status from str_to_datetime(), str_to_time(), number_to_datetime(),...
Definition: my_time.h:170
Definition: mysql_time.h:82
Definition: my_bitmap.h:43
size_t(* lengthsp)(const CHARSET_INFO *, const char *ptr, size_t length)
Given a pointer and a length in bytes, returns a new length in bytes where all trailing space charact...
Definition: m_ctype.h:333
void(* fill)(const CHARSET_INFO *, char *to, size_t len, int fill)
Definition: m_ctype.h:359
This structure is shared between different table objects.
Definition: table.h:690
bool has_null_row() const
Definition: table.h:2093
bool is_nullable() const
Return whether table is nullable.
Definition: table.h:1995
Replacement of system's struct timeval to ensure we can carry 64 bit values even on a platform which ...
Definition: my_time_t.h:45
unsigned int uint
Definition: uca9-dump.cc:75
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
@ DECIMAL_RESULT
not valid for UDFs
Definition: udf_registration_types.h:45
@ REAL_RESULT
char *
Definition: udf_registration_types.h:42
@ INT_RESULT
double
Definition: udf_registration_types.h:43