|
MobilityDB 1.3
|
Structure of an expandable arrays used in particular to avoid parsing twice a MEOS value input in text format. More...
#include <meos_internal.h>
Data Fields | |
| size_t | capacity |
| Total capacity in number of elements. More... | |
| size_t | count |
| Number of elements currently in use. More... | |
| size_t | elem_size |
| Size of a single element in bytes. More... | |
| void * | elems |
| Pointer to the array elements. More... | |
| bool | varlength |
| True if elements are pointers (stored as Datums); the array does not own the pointed-to memory. More... | |
Structure of an expandable arrays used in particular to avoid parsing twice a MEOS value input in text format.