|
PostgreSQL Source Code git master
|
Data Fields | |
| int | nitems |
| int | maxitems |
| struct JsonValueList * | next |
| struct JsonValueList * | last |
| JsonbValue | items [BASE_JVL_ITEMS] |
Definition at line 171 of file jsonpath_exec.c.
| JsonbValue JsonValueList::items[BASE_JVL_ITEMS] |
Definition at line 177 of file jsonpath_exec.c.
Referenced by JsonValueListAppend().
| struct JsonValueList* JsonValueList::last |
Definition at line 176 of file jsonpath_exec.c.
Referenced by executeItemOptUnwrapTarget(), and JsonValueListAppend().
| int JsonValueList::maxitems |
Definition at line 174 of file jsonpath_exec.c.
Referenced by JsonValueListAppend().
| struct JsonValueList* JsonValueList::next |
Definition at line 175 of file jsonpath_exec.c.
Referenced by JsonValueListAppend(), and JsonValueListClear().
| int JsonValueList::nitems |
Definition at line 173 of file jsonpath_exec.c.
Referenced by JsonValueListAppend().