Auxiliary structure used to decode Array data types. More...
#include <DataTypes.h>
Public Attributes | |
int | m_dataoffset |
offset to stored data, or 0 if no nulls bitmap. More... | |
int | m_dimensions |
length of each array axis (C array of int) More... | |
unsigned int | m_elemtype |
element type OID. More... | |
int | m_ndim |
number of dimensions of the array. More... | |
Auxiliary structure used to decode Array data types.
After the dimensions information we have the following structure:
Definition at line 79 of file DataTypes.h.
int te::pgis::Array::m_dataoffset |
offset to stored data, or 0 if no nulls bitmap.
Definition at line 82 of file DataTypes.h.
int te::pgis::Array::m_dimensions |
length of each array axis (C array of int)
Definition at line 84 of file DataTypes.h.
unsigned int te::pgis::Array::m_elemtype |
element type OID.
Definition at line 83 of file DataTypes.h.
int te::pgis::Array::m_ndim |
number of dimensions of the array.
Definition at line 81 of file DataTypes.h.