PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsonValueListIterator Struct Reference

Data Fields

JsonbValuevalue
 
Listlist
 
ListCellnext
 

Detailed Description

Definition at line 153 of file jsonpath_exec.c.

Field Documentation

◆ list

List* JsonValueListIterator::list

Definition at line 156 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().

◆ next

ListCell* JsonValueListIterator::next

Definition at line 157 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().

◆ value

JsonbValue* JsonValueListIterator::value

Definition at line 155 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().


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