PostgreSQL Source Code
git master
|
Data Fields | |
JsonbValue * | value |
List * | list |
ListCell * | next |
Definition at line 148 of file jsonpath_exec.c.
List* JsonValueListIterator::list |
Definition at line 151 of file jsonpath_exec.c.
Referenced by JsonValueListInitIterator(), and JsonValueListNext().
ListCell* JsonValueListIterator::next |
Definition at line 152 of file jsonpath_exec.c.
Referenced by JsonValueListInitIterator(), and JsonValueListNext().
JsonbValue* JsonValueListIterator::value |
Definition at line 150 of file jsonpath_exec.c.
Referenced by JsonValueListInitIterator(), and JsonValueListNext().