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