|
PostgreSQL Source Code git master
|
#include <pg_list.h>
Data Fields | |
| NodeTag | type |
| int | length |
| int | max_length |
| ListCell * | elements |
| ListCell | initial_elements [FLEXIBLE_ARRAY_MEMBER] |
| ListCell* List::elements |
Definition at line 58 of file pg_list.h.
Referenced by list_cell_number(), list_concat_copy(), list_head(), list_second_cell(), list_tail(), and lnext().
| ListCell List::initial_elements[FLEXIBLE_ARRAY_MEMBER] |
| int List::length |
Definition at line 56 of file pg_list.h.
Referenced by jsonb_exec_setup(), list_cell_number(), list_length(), list_second_cell(), list_tail(), and lnext().
| NodeTag List::type |
Definition at line 55 of file pg_list.h.
Referenced by _jumbleList(), _outList(), and get_index_clause_from_support().