Home
last modified time | relevance | path

Searched refs:Item_func_convex_hull (Results 1 – 21 of 21) sorted by relevance

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4572 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4584 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4572 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4584 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4572 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h461 class Item_func_convex_hull: public Item_geometry_func
468 Item_func_convex_hull(const POS &pos, Item *a): Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc2839 Field::geometry_type Item_func_convex_hull::get_geometry_type() const in get_geometry_type()
2844 String *Item_func_convex_hull::val_str(String *str) in val_str()
2885 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc4584 return new (thd->mem_root) Item_func_convex_hull(POS(), arg1); in create()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Ditem_geofunc.h703 class Item_func_convex_hull : public Item_geometry_func {
710 Item_func_convex_hull(const POS &pos, Item *a) : Item_geometry_func(pos, a) {} in Item_func_convex_hull() function
H A Ditem_geofunc.cc3862 Field::geometry_type Item_func_convex_hull::get_geometry_type() const { in get_geometry_type()
3866 String *Item_func_convex_hull::val_str(String *str) { in val_str()
3902 bool Item_func_convex_hull::bg_convex_hull(const Geometry *geom, in bg_convex_hull()
H A Ditem_create.cc1511 {"ST_CONVEXHULL", SQL_FN(Item_func_convex_hull, 1)},