MobilityDB 1.3
Loading...
Searching...
No Matches
Data Fields
MeosArray Struct Reference

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...
 

Detailed Description

Structure of an expandable arrays used in particular to avoid parsing twice a MEOS value input in text format.


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