|
PostgreSQL Source Code git master
|
#include <c.h>
Data Fields | |
| int32 | vl_len_ |
| int | ndim |
| int32 | dataoffset |
| Oid | elemtype |
| int | dim1 |
| int | lbound1 |
| int16 | values [FLEXIBLE_ARRAY_MEMBER] |
| int32 int2vector::dataoffset |
Definition at line 737 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::dim1 |
Definition at line 739 of file c.h.
Referenced by buildint2vector(), int2vectorin(), and int2vectorout().
| Oid int2vector::elemtype |
Definition at line 738 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::lbound1 |
Definition at line 740 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int int2vector::ndim |
Definition at line 736 of file c.h.
Referenced by buildint2vector(), and int2vectorin().
| int16 int2vector::values[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 741 of file c.h.
Referenced by attnumstoint2vector(), buildint2vector(), and int2vectorin().