Home
last modified time | relevance | path

Searched refs:val_native (Results 1 – 25 of 89) sorted by relevance

1234

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_xmlfunc.cc217 bool val_native(THD *thd, Native *nodeset);
230 bool val_native(THD *thd, Native *nodeset);
264 bool val_native(THD *thd, Native *nodeset);
278 bool val_native(THD *thd, Native *nodeset);
294 bool val_native(THD *thd, Native *nodeset);
310 bool val_native(THD *thd, Native *nodeset);
324 bool val_native(THD *thd, Native *nodeset);
338 bool val_native(THD *thd, Native *nodeset);
425 bool val_native(THD *thd, Native *nodeset) in val_native() function in Item_nodeset_context_cache
617 args[0]->val_native(thd, &set0); in val_native()
[all …]
H A Ditem_windowfunc.h321 bool val_native(THD *thd, Native *to);
792 bool val_native(THD *thd, Native *to) in val_native() function
800 return value->val_native(thd, to); in val_native()
1296 bool val_native(THD *thd, Native *to) in val_native() function
H A Ditem.h878 null_value= item->val_native(thd, to); in val_native_from_item()
886 return (null_value= field->val_native(to)); in val_native_from_field()
1338 virtual bool val_native(THD *thd, Native *to) in val_native() function
1376 return val_native(thd, to); in val_native_result()
4042 bool val_native(THD *thd, Native *to) override in val_native() function
4849 bool val_native(THD *thd, Native *to) override in val_native() function
4985 bool val_native(THD *thd, Native *to) override in val_native() function
5919 bool val_native(THD *thd, Native *to) override in val_native() function
5923 return Item_direct_ref::val_native(thd, to); in val_native()
6328 bool val_native(THD *thd, Native *to) override in val_native() function
[all …]
H A Ditem_func.h488 virtual bool val_native(THD *thd, Item_handled_func *, Native *to) const in val_native() function
640 bool val_native(THD *thd, Item_handled_func *item, Native *to) const in val_native() function
801 bool val_native(THD *thd, Native *to) in val_native() function
803 return m_func_handler->val_native(thd, this, to); in val_native()
937 bool val_native(THD *thd, Native *to) in val_native() function
2086 bool val_native(THD *thd, Native *to);
2150 bool val_native(THD *thd, Native *to) in val_native() function
3530 bool val_native(THD *thd, Native *to) in val_native() function
3534 return null_value= sp_result_field->val_native(to); in val_native()
3672 bool val_native(THD *thd, Native *);
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_xmlfunc.cc217 bool val_native(THD *thd, Native *nodeset);
230 bool val_native(THD *thd, Native *nodeset);
264 bool val_native(THD *thd, Native *nodeset);
278 bool val_native(THD *thd, Native *nodeset);
294 bool val_native(THD *thd, Native *nodeset);
310 bool val_native(THD *thd, Native *nodeset);
324 bool val_native(THD *thd, Native *nodeset);
338 bool val_native(THD *thd, Native *nodeset);
425 bool val_native(THD *thd, Native *nodeset) in val_native() function in Item_nodeset_context_cache
617 args[0]->val_native(thd, &set0); in val_native()
[all …]
H A Ditem_windowfunc.h321 bool val_native(THD *thd, Native *to);
792 bool val_native(THD *thd, Native *to) in val_native() function
800 return value->val_native(thd, to); in val_native()
1296 bool val_native(THD *thd, Native *to) in val_native() function
H A Ditem.h878 null_value= item->val_native(thd, to); in val_native_from_item()
886 return (null_value= field->val_native(to)); in val_native_from_field()
1338 virtual bool val_native(THD *thd, Native *to) in val_native() function
1376 return val_native(thd, to); in val_native_result()
4042 bool val_native(THD *thd, Native *to) override in val_native() function
4849 bool val_native(THD *thd, Native *to) override in val_native() function
4985 bool val_native(THD *thd, Native *to) override in val_native() function
5919 bool val_native(THD *thd, Native *to) override in val_native() function
5923 return Item_direct_ref::val_native(thd, to); in val_native()
6328 bool val_native(THD *thd, Native *to) override in val_native() function
[all …]
H A Ditem_func.h488 virtual bool val_native(THD *thd, Item_handled_func *, Native *to) const in val_native() function
640 bool val_native(THD *thd, Item_handled_func *item, Native *to) const in val_native() function
801 bool val_native(THD *thd, Native *to) in val_native() function
803 return m_func_handler->val_native(thd, this, to); in val_native()
937 bool val_native(THD *thd, Native *to) in val_native() function
2086 bool val_native(THD *thd, Native *to);
2150 bool val_native(THD *thd, Native *to) in val_native() function
3530 bool val_native(THD *thd, Native *to) in val_native() function
3534 return null_value= sp_result_field->val_native(to); in val_native()
3672 bool val_native(THD *thd, Native *);
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.h382 if (field->val_native(&tmp)) in stored_field_cmp_to_item()
550 item->val_native(current_thd, &tmp); in Item_update_null_value()
594 bool rc= item->val_native(current_thd, &tmp); in Item_save_in_field()
778 return item->val_native(thd, to); // No conversion needed in Item_val_native_with_conversion()
796 if (item->val_native(current_thd, &tmp)) in Item_val_bool()
823 if ((item->null_value= item->arguments()[0]->val_native(current_thd, &tmp))) in Item_func_hex_val_str_ascii()
838 if (item->val_native(current_thd, &native)) in Item_func_hybrid_field_type_val_str()
H A Dsql_type_inet.cc528 bool rc= item->val_native(current_thd, &tmp); in make_from_item()
848 val_native(&res); in save_in_field()
886 copy->from_field->val_native(&res); in do_field_inet6_native_to_binary()
1088 bool val_native(THD *thd, Native *to) override in val_native() function in Item_typecast_inet6
1164 bool val_native(THD *thd, Native *to) in val_native() function in Item_cache_inet6
1211 bool val_native(THD *thd, Native *to) override in val_native() function in Item_literal_inet6
1240 bool val_native(THD *thd, Native *to) override in val_native() function in Item_copy_inet6
1273 null_value= item->val_native(current_thd, &m_value); in copy()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/type_inet/
H A Dsql_type_inet.h382 if (field->val_native(&tmp)) in stored_field_cmp_to_item()
550 item->val_native(current_thd, &tmp); in Item_update_null_value()
594 bool rc= item->val_native(current_thd, &tmp); in Item_save_in_field()
778 return item->val_native(thd, to); // No conversion needed in Item_val_native_with_conversion()
796 if (item->val_native(current_thd, &tmp)) in Item_val_bool()
823 if ((item->null_value= item->arguments()[0]->val_native(current_thd, &tmp))) in Item_func_hex_val_str_ascii()
838 if (item->val_native(current_thd, &native)) in Item_func_hybrid_field_type_val_str()
H A Dsql_type_inet.cc528 bool rc= item->val_native(current_thd, &tmp); in make_from_item()
848 val_native(&res); in save_in_field()
886 copy->from_field->val_native(&res); in do_field_inet6_native_to_binary()
1088 bool val_native(THD *thd, Native *to) override in val_native() function in Item_typecast_inet6
1164 bool val_native(THD *thd, Native *to) in val_native() function in Item_cache_inet6
1211 bool val_native(THD *thd, Native *to) override in val_native() function in Item_literal_inet6
1240 bool val_native(THD *thd, Native *to) override in val_native() function in Item_copy_inet6
1273 null_value= item->val_native(current_thd, &m_value); in copy()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dold-mode.test130 # Field_timestamp::val_native()
131 # Field_timestamp_hires::val_native()
H A Dtype_timestamp.test671 --echo # Testing Item_func_rollup_const::val_native()
717 --echo # MDEV-17979 Assertion `0' failed in Item::val_native upon SELECT with timestamp, NULLIF, GR…
757 --echo # MDEV-18145 Assertion `0' failed in Item::val_native upon SELECT subquery with timestamp
790 --echo # MDEV-19124 Assertion `0' failed in Item::val_native
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dold-mode.test130 # Field_timestamp::val_native()
131 # Field_timestamp_hires::val_native()
H A Dtype_timestamp.test671 --echo # Testing Item_func_rollup_const::val_native()
717 --echo # MDEV-17979 Assertion `0' failed in Item::val_native upon SELECT with timestamp, NULLIF, GR…
757 --echo # MDEV-18145 Assertion `0' failed in Item::val_native upon SELECT subquery with timestamp
790 --echo # MDEV-19124 Assertion `0' failed in Item::val_native
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dold-mode.test130 # Field_timestamp::val_native()
131 # Field_timestamp_hires::val_native()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dold-mode.test130 # Field_timestamp::val_native()
131 # Field_timestamp_hires::val_native()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem.h866 null_value= item->val_native(thd, to); in val_native_from_item()
1352 return val_native(thd, to); in val_native_result()
2874 bool val_native(THD *thd, Native *to);
3165 bool val_native(THD *thd, Native *to);
3377 bool val_native(THD *thd, Native *to);
4011 bool val_native(THD *thd, Native *to) in val_native() function
4850 bool val_native(THD *thd, Native *to) in val_native() function
4982 bool val_native(THD *thd, Native *to) in val_native() function
5915 bool val_native(THD *thd, Native *to) in val_native() function
6326 bool val_native(THD *thd, Native *to) in val_native() function
[all …]
H A Ditem_func.h500 virtual bool val_native(THD *thd, Item_handled_func *, Native *to) const in val_native() function
609 bool val_native(THD *thd, Item_handled_func *item, Native *to) const in val_native() function
681 bool val_native(THD *thd, Native *to) in val_native() function
683 return m_func_handler->val_native(thd, this, to); in val_native()
817 bool val_native(THD *thd, Native *to) in val_native() function
1939 bool val_native(THD *thd, Native *to);
2003 bool val_native(THD *thd, Native *to) in val_native() function
3326 bool val_native(THD *thd, Native *to) in val_native() function
3330 return null_value= sp_result_field->val_native(to); in val_native()
3464 bool val_native(THD *thd, Native *);
H A Ditem_windowfunc.h316 bool val_native(THD *thd, Native *to);
1278 bool val_native(THD *thd, Native *to) in val_native() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem.h866 null_value= item->val_native(thd, to); in val_native_from_item()
1352 return val_native(thd, to); in val_native_result()
2874 bool val_native(THD *thd, Native *to);
3165 bool val_native(THD *thd, Native *to);
3377 bool val_native(THD *thd, Native *to);
4011 bool val_native(THD *thd, Native *to) in val_native() function
4850 bool val_native(THD *thd, Native *to) in val_native() function
4982 bool val_native(THD *thd, Native *to) in val_native() function
5915 bool val_native(THD *thd, Native *to) in val_native() function
6326 bool val_native(THD *thd, Native *to) in val_native() function
[all …]
H A Ditem_func.h500 virtual bool val_native(THD *thd, Item_handled_func *, Native *to) const
609 bool val_native(THD *thd, Item_handled_func *item, Native *to) const
681 bool val_native(THD *thd, Native *to)
683 return m_func_handler->val_native(thd, this, to);
817 bool val_native(THD *thd, Native *to)
1939 bool val_native(THD *thd, Native *to);
2003 bool val_native(THD *thd, Native *to)
3326 bool val_native(THD *thd, Native *to)
3330 return null_value= sp_result_field->val_native(to);
3464 bool val_native(THD *thd, Native *);
H A Ditem_windowfunc.h316 bool val_native(THD *thd, Native *to);
1278 bool val_native(THD *thd, Native *to) in val_native() function
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/
H A Drinterface.py897 val_native = conversion._R_ENC_PY[openrlib.rlib.CE_UTF8]
899 val_native = val_latin1
900 conversion._R_ENC_PY[openrlib.rlib.CE_NATIVE] = val_native

1234