Home
last modified time | relevance | path

Searched defs:Item_geometry_func (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_geofunc.h31 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
33 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
34 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
35 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h36 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
38 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
39 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
40 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h36 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
38 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
39 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
40 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_geofunc.h36 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
38 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
39 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
40 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h36 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
38 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
39 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
40 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_geofunc.h36 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
38 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
39 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
40 Item_geometry_func(List<Item> &list) :Item_str_func(list) {} in Item_geometry_func() function
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
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
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
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
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
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
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
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
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
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
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h196 Item_geometry_func() :Item_str_func() {} in Item_geometry_func() function
198 Item_geometry_func(Item *a) :Item_str_func(a) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a) :Item_str_func(pos, a) {} in Item_geometry_func() function
201 Item_geometry_func(Item *a,Item *b) :Item_str_func(a,b) {} in Item_geometry_func() function
202 Item_geometry_func(const POS &pos, Item *a,Item *b) :Item_str_func(pos, a,b) {} in Item_geometry_func() function
204 Item_geometry_func(Item *a,Item *b,Item *c) :Item_str_func(a,b,c) {} in Item_geometry_func() function
205 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
/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
191 Item_geometry_func(Item *a) : Item_str_func(a) {} in Item_geometry_func() function
192 Item_geometry_func(const POS &pos, Item *a) : Item_str_func(pos, a) {} in Item_geometry_func() function
194 Item_geometry_func(Item *a, Item *b) : Item_str_func(a, b) {} in Item_geometry_func() function
195 Item_geometry_func(const POS &pos, Item *a, Item *b) in Item_geometry_func() function
198 Item_geometry_func(Item *a, Item *b, Item *c) : Item_str_func(a, b, c) {} in Item_geometry_func() function
199 Item_geometry_func(const POS &pos, Item *a, Item *b, Item *c) in Item_geometry_func() function
H A Ditem_geofunc.cc270 Item_geometry_func::Item_geometry_func(const POS &pos, PT_item_list *list) in Item_geometry_func() function in Item_geometry_func
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_geofunc.h35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
36 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
37 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
38 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
40 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_geofunc.h35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
36 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
37 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
38 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
40 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_geofunc.h35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
36 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
37 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
38 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
40 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_geofunc.h35 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
36 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
37 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
38 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
40 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_geofunc.h39 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
40 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
41 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
42 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
44 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_geofunc.h39 Item_geometry_func(THD *thd): Item_str_func(thd) {} in Item_geometry_func() function
40 Item_geometry_func(THD *thd, Item *a): Item_str_func(thd, a) {} in Item_geometry_func() function
41 Item_geometry_func(THD *thd, Item *a, Item *b): Item_str_func(thd, a, b) {} in Item_geometry_func() function
42 Item_geometry_func(THD *thd, Item *a, Item *b, Item *c): in Item_geometry_func() function
44 Item_geometry_func(THD *thd, List<Item> &list): Item_str_func(thd, list) {} in Item_geometry_func() function

12