MobilityDB 1.3
Loading...
Searching...
No Matches

◆ meos_array_get()

void * meos_array_get ( const MeosArray array,
int  n 
)

Get the n-th element of the array (0-based)

Parameters
[in]arrayArray
[in]nIndex
Returns
For fixed-size arrays, a pointer to the element in the internal buffer. For varlength arrays, the stored pointer. NULL on error.