PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 685 of file c.h.

Field Documentation

◆ dataoffset

int32 int2vector::dataoffset

Definition at line 689 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ dim1

int int2vector::dim1

Definition at line 691 of file c.h.

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

◆ elemtype

Oid int2vector::elemtype

Definition at line 690 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ lbound1

int int2vector::lbound1

Definition at line 692 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ ndim

int int2vector::ndim

Definition at line 688 of file c.h.

Referenced by buildint2vector(), and int2vectorin().

◆ values

◆ vl_len_

int32 int2vector::vl_len_

Definition at line 687 of file c.h.


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