Home
last modified time | relevance | path

Searched refs:Item_geometry_func (Results 1 – 25 of 45) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_geofunc.h28 class Item_geometry_func: public Item_str_func
31 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
32 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
69 class Item_func_as_wkb: public Item_geometry_func
92 class Item_func_centroid: public Item_geometry_func
101 class Item_func_envelope: public Item_geometry_func
110 class Item_func_point: public Item_geometry_func
125 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
149 Item_geometry_func(a, b) { decomp_func_n = ft; } in Item_func_spatial_decomp_n()
176 Item_geometry_func(list) in Item_func_spatial_collection()
[all …]
H A Ditem_geofunc.cc39 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
48 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h33 class Item_geometry_func: public Item_str_func
36 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
37 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
75 class Item_func_as_wkb: public Item_geometry_func
116 class Item_func_point: public Item_geometry_func
131 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
182 Item_geometry_func(list) in Item_func_spatial_collection()
190 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
304 Item_geometry_func(a, b), spatial_op(sp_op) in Item_func_spatial_operation()
316 class Item_func_buffer: public Item_geometry_func
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h33 class Item_geometry_func: public Item_str_func
36 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
37 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
75 class Item_func_as_wkb: public Item_geometry_func
116 class Item_func_point: public Item_geometry_func
131 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
182 Item_geometry_func(list) in Item_func_spatial_collection()
190 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
304 Item_geometry_func(a, b), spatial_op(sp_op) in Item_func_spatial_operation()
316 class Item_func_buffer: public Item_geometry_func
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_geofunc.h33 class Item_geometry_func: public Item_str_func
36 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
37 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
75 class Item_func_as_wkb: public Item_geometry_func
116 class Item_func_point: public Item_geometry_func
131 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
182 Item_geometry_func(list) in Item_func_spatial_collection()
190 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
304 Item_geometry_func(a, b), spatial_op(sp_op) in Item_func_spatial_operation()
316 class Item_func_buffer: public Item_geometry_func
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h33 class Item_geometry_func: public Item_str_func
36 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
37 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
75 class Item_func_as_wkb: public Item_geometry_func
116 class Item_func_point: public Item_geometry_func
131 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
182 Item_geometry_func(list) in Item_func_spatial_collection()
190 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
304 Item_geometry_func(a, b), spatial_op(sp_op) in Item_func_spatial_operation()
316 class Item_func_buffer: public Item_geometry_func
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_geofunc.h33 class Item_geometry_func: public Item_str_func
36 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
37 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
75 class Item_func_as_wkb: public Item_geometry_func
116 class Item_func_point: public Item_geometry_func
131 Item_geometry_func(a) { decomp_func = ft; } in Item_func_spatial_decomp()
182 Item_geometry_func(list) in Item_func_spatial_collection()
190 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
304 Item_geometry_func(a, b), spatial_op(sp_op) in Item_func_spatial_operation()
316 class Item_func_buffer: public Item_geometry_func
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
H A Ditem_geofunc.cc79 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
84 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
93 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
1330 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
1375 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
3366 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
H A Ditem_geofunc.cc79 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
84 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
93 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
1330 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
1375 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
3366 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
H A Ditem_geofunc.cc79 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
84 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
93 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
1330 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
1375 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
3366 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
H A Ditem_geofunc.cc79 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
84 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
93 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
1330 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
1375 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
3366 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
H A Ditem_geofunc.cc79 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
84 Field *Item_geometry_func::tmp_table_field(TABLE *t_arg) in tmp_table_field()
93 void Item_geometry_func::fix_length_and_dec() in fix_length_and_dec()
1330 Item_geometry_func::fix_length_and_dec(); in fix_length_and_dec()
1375 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
3366 if (Item_geometry_func::fix_fields(thd, ref)) in fix_fields()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h218 typedef Item_geometry_func super;
221 :Item_geometry_func(pos, a) in Item_func_geometry_from_text()
224 :Item_geometry_func(pos, a, srid) in Item_func_geometry_from_text()
234 typedef Item_geometry_func super;
238 : Item_geometry_func(pos, a) in Item_func_geometry_from_wkb()
241 Item_geometry_func(pos, a, srid) in Item_func_geometry_from_wkb()
521 : Item_geometry_func(pos, a, b) in Item_func_point()
554 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
573 Item_geometry_func(pos, a) in Item_func_spatial_decomp()
598 Item_geometry_func(pos, a, b) in Item_func_spatial_decomp_n()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_geofunc.h189 Item_geometry_func() : Item_str_func() {} in Item_geometry_func() function
229 typedef Item_geometry_func super;
283 typedef Item_geometry_func super;
331 : Item_geometry_func(pos, a, b) {} in Item_func_as_wkb()
727 : Item_geometry_func(pos, a, b) {} in Item_func_make_envelope()
747 : Item_geometry_func(pos, a, b) {} in Item_func_st_simplify()
756 : Item_geometry_func(pos, a, b) {} in Item_func_point()
786 : Item_geometry_func(pos, a, b), in Item_func_pointfromgeohash()
804 : Item_geometry_func(pos, a) { in Item_func_spatial_decomp()
829 : Item_geometry_func(pos, a, b) { in Item_func_spatial_decomp_n()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_geofunc.h32 class Item_geometry_func: public Item_str_func
35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
151 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
153 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
202 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
219 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
239 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
241 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
418 class Item_func_point: public Item_geometry_func
425 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_geofunc.h32 class Item_geometry_func: public Item_str_func
35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
151 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
153 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
202 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
219 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
239 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
241 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
418 class Item_func_point: public Item_geometry_func
425 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_geofunc.h32 class Item_geometry_func: public Item_str_func
35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
151 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
153 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
202 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
219 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
239 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
241 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
418 class Item_func_point: public Item_geometry_func
425 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_geofunc.h32 class Item_geometry_func: public Item_str_func
35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
151 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
153 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
202 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
219 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
239 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
241 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
418 class Item_func_point: public Item_geometry_func
425 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_geofunc.h36 class Item_geometry_func: public Item_str_func
39 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
161 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
163 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
214 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
232 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
252 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
254 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
437 class Item_func_point: public Item_geometry_func
444 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_geofunc.h36 class Item_geometry_func: public Item_str_func
39 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
161 :Item_geometry_func(thd, a) {} in Item_geometry_func_args_geometry()
163 :Item_geometry_func(thd, a, b) {} in Item_geometry_func_args_geometry()
214 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_text()
232 Item_geometry_func(thd, a, srid) {} in Item_func_geometry_from_wkb()
252 Item_geometry_func(thd, js, opt) {} in Item_func_geometry_from_json()
254 Item_geometry_func(thd, js, opt, srid) {} in Item_func_geometry_from_json()
437 class Item_func_point: public Item_geometry_func
444 Item_geometry_func(thd, a, b, srid) {} in Item_func_point()
[all …]

12