PostgreSQL Source Code  git master
JsonValueListIterator Struct Reference

Data Fields

JsonbValuevalue
 
Listlist
 
ListCellnext
 

Detailed Description

Definition at line 154 of file jsonpath_exec.c.

Field Documentation

◆ list

List* JsonValueListIterator::list

Definition at line 157 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().

◆ next

ListCell* JsonValueListIterator::next

Definition at line 158 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().

◆ value

JsonbValue* JsonValueListIterator::value

Definition at line 156 of file jsonpath_exec.c.

Referenced by JsonValueListInitIterator(), and JsonValueListNext().


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