|
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 appendValue(), datum_to_jsonb_internal(), and pushJsonbValueScalar().
| JsonbParseState* JsonbParseState::next |
Definition at line 350 of file jsonb.h.
Referenced by pushJsonbValueScalar(), and pushState().
| 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().
| 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().