|
PostgreSQL Source Code git master
|
#include <jsonb.h>
Data Fields | |
| JsonbValue | contVal |
| Size | size |
| JsonbParseState * | next |
| bool | unique_keys |
| bool | skip_nulls |
| JsonbValue JsonbParseState::contVal |
Definition at line 348 of file jsonb.h.
Referenced by appendElement(), appendKey(), appendValue(), datum_to_jsonb_internal(), jsonb_in_scalar(), and pushJsonbValueScalar().
| JsonbParseState* JsonbParseState::next |
Definition at line 350 of file jsonb.h.
Referenced by pushJsonbValueScalar(), and pushState().
| Size JsonbParseState::size |
Definition at line 349 of file jsonb.h.
Referenced by appendElement(), appendKey(), and pushJsonbValueScalar().
| bool JsonbParseState::skip_nulls |
Definition at line 352 of file jsonb.h.
Referenced by jsonb_build_object_worker(), jsonb_object_agg_transfn_worker(), pushJsonbValueScalar(), and pushState().
| bool JsonbParseState::unique_keys |
Definition at line 351 of file jsonb.h.
Referenced by jsonb_build_object_worker(), jsonb_in_object_start(), jsonb_object_agg_transfn_worker(), pushJsonbValueScalar(), and pushState().