PostgreSQL Source Code git master
JsonbPair Struct Reference

#include <jsonb.h>

Data Fields

JsonbValue key
 
JsonbValue value
 
uint32 order
 

Detailed Description

Definition at line 313 of file jsonb.h.

Field Documentation

◆ key

JsonbValue JsonbPair::key

Definition at line 315 of file jsonb.h.

Referenced by appendKey(), convertJsonbObject(), and lengthCompareJsonbPair().

◆ order

uint32 JsonbPair::order

Definition at line 317 of file jsonb.h.

Referenced by appendKey(), and lengthCompareJsonbPair().

◆ value

JsonbValue JsonbPair::value

Definition at line 316 of file jsonb.h.

Referenced by appendValue(), convertJsonbObject(), and uniqueifyJsonbObject().


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