PostgreSQL Source Code  git master
JsonbParseState Struct Reference

#include <jsonb.h>

Data Fields

JsonbValue contVal
 
Size size
 
struct JsonbParseStatenext
 
bool unique_keys
 
bool skip_nulls
 

Detailed Description

Definition at line 319 of file jsonb.h.

Field Documentation

◆ contVal

JsonbValue JsonbParseState::contVal

◆ next

struct JsonbParseState* JsonbParseState::next

Definition at line 323 of file jsonb.h.

Referenced by clone_parse_state(), pushJsonbValueScalar(), and pushState().

◆ size

Size JsonbParseState::size

Definition at line 322 of file jsonb.h.

Referenced by appendElement(), appendKey(), and clone_parse_state().

◆ skip_nulls

bool JsonbParseState::skip_nulls

◆ unique_keys

bool JsonbParseState::unique_keys

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