PostgreSQL Source Code  git master
JsonbPair Struct Reference

#include <jsonb.h>

Data Fields

JsonbValue key
 
JsonbValue value
 
uint32 order
 

Detailed Description

Definition at line 311 of file jsonb.h.

Field Documentation

◆ key

JsonbValue JsonbPair::key

Definition at line 313 of file jsonb.h.

Referenced by convertJsonbObject(), and lengthCompareJsonbPair().

◆ order

uint32 JsonbPair::order

Definition at line 315 of file jsonb.h.

Referenced by lengthCompareJsonbPair().

◆ value

JsonbValue JsonbPair::value

Definition at line 314 of file jsonb.h.

Referenced by convertJsonbObject(), and uniqueifyJsonbObject().


The documentation for this struct was generated from the following file: