PostgreSQL Source Code git master
Loading...
Searching...
No Matches
List Struct Reference

#include <pg_list.h>

Data Fields

NodeTag type
 
int length
 
int max_length
 
ListCellelements
 
ListCell initial_elements [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 53 of file pg_list.h.

Field Documentation

◆ elements

ListCell* List::elements

◆ initial_elements

ListCell List::initial_elements[FLEXIBLE_ARRAY_MEMBER]

Definition at line 60 of file pg_list.h.

◆ length

int List::length

◆ max_length

int List::max_length

Definition at line 57 of file pg_list.h.

◆ type

NodeTag List::type

Definition at line 55 of file pg_list.h.

Referenced by _jumbleList(), _outList(), and get_index_clause_from_support().


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