PostgreSQL Source Code  git master
int2vector Struct Reference

#include <c.h>

Data Fields

int32 vl_len_
 
int ndim
 
int32 dataoffset
 
Oid elemtype
 
int dim1
 
int lbound1
 
int16 values [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 701 of file c.h.

Field Documentation

◆ dataoffset

int32 int2vector::dataoffset

Definition at line 705 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ dim1

int int2vector::dim1

Definition at line 707 of file c.h.

Referenced by buildint2vector(), int2vectorin(), int2vectorout(), and validate_pkattnums().

◆ elemtype

Oid int2vector::elemtype

Definition at line 706 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ lbound1

int int2vector::lbound1

Definition at line 708 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ ndim

int int2vector::ndim

Definition at line 704 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ values

◆ vl_len_

int32 int2vector::vl_len_

Definition at line 703 of file c.h.


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