MySQL 8.0.40
Source Code Documentation
|
Gis_polygon objects and Gis_wkb_vector<> objects are of same size, and Gis_point and Geometry objects are smaller. More...
#include <spatial.h>
Public Attributes | |
char | data [sizeof(Gis_polygon)] |
Gis_polygon objects and Gis_wkb_vector<> objects are of same size, and Gis_point and Geometry objects are smaller.
They are always allocated inside a Geometry_buffer object, unless used as boost geometry adapter, in which case the object may simply placed on stack or new'ed on heap.
char Geometry_buffer::data[sizeof(Gis_polygon)] |