MySQL 9.0.0
Source Code Documentation
Geometry_buffer Struct Reference

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)]
 

Detailed Description

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.

Member Data Documentation

◆ data

char Geometry_buffer::data[sizeof(Gis_polygon)]

The documentation for this struct was generated from the following file: