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

Data Fields

int nitems
 
int maxitems
 
struct JsonValueListnext
 
struct JsonValueListlast
 
JsonbValue items [BASE_JVL_ITEMS]
 

Detailed Description

Definition at line 171 of file jsonpath_exec.c.

Field Documentation

◆ items

JsonbValue JsonValueList::items[BASE_JVL_ITEMS]

Definition at line 177 of file jsonpath_exec.c.

Referenced by JsonValueListAppend().

◆ last

struct JsonValueList* JsonValueList::last

Definition at line 176 of file jsonpath_exec.c.

Referenced by executeItemOptUnwrapTarget(), and JsonValueListAppend().

◆ maxitems

int JsonValueList::maxitems

Definition at line 174 of file jsonpath_exec.c.

Referenced by JsonValueListAppend().

◆ next

struct JsonValueList* JsonValueList::next

Definition at line 175 of file jsonpath_exec.c.

Referenced by JsonValueListAppend(), and JsonValueListClear().

◆ nitems

int JsonValueList::nitems

Definition at line 173 of file jsonpath_exec.c.

Referenced by JsonValueListAppend().


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