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