PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonbParseState Struct Reference

#include <jsonb.h>

Data Fields

JsonbValue contVal
 
Size size
 
JsonbParseStatenext
 
bool unique_keys
 
bool skip_nulls
 

Detailed Description

Definition at line 346 of file jsonb.h.

Field Documentation

◆ contVal

JsonbValue JsonbParseState::contVal

Definition at line 348 of file jsonb.h.

Referenced by appendValue(), datum_to_jsonb_internal(), and pushJsonbValueScalar().

◆ next

JsonbParseState* JsonbParseState::next

Definition at line 350 of file jsonb.h.

Referenced by pushJsonbValueScalar(), and pushState().

◆ size

Size JsonbParseState::size

Definition at line 349 of file jsonb.h.

◆ skip_nulls

bool JsonbParseState::skip_nulls

Definition at line 352 of file jsonb.h.

Referenced by jsonb_build_object_worker(), jsonb_object_agg_transfn_worker(), and pushState().

◆ unique_keys

bool JsonbParseState::unique_keys

Definition at line 351 of file jsonb.h.

Referenced by jsonb_build_object_worker(), jsonb_object_agg_transfn_worker(), and pushState().


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