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