|
PostgreSQL Source Code git master
|
#include <jsonb.h>
Data Fields | |
| JsonbValue | key |
| JsonbValue | value |
| uint32 | order |
| JsonbValue JsonbPair::key |
Definition at line 315 of file jsonb.h.
Referenced by appendKey(), convertJsonbObject(), and lengthCompareJsonbPair().
| uint32 JsonbPair::order |
Definition at line 317 of file jsonb.h.
Referenced by appendKey(), and lengthCompareJsonbPair().
| JsonbValue JsonbPair::value |
Definition at line 316 of file jsonb.h.
Referenced by appendValue(), convertJsonbObject(), and uniqueifyJsonbObject().