PostgreSQL Source Code
git master
|
#include <jsonb.h>
Data Fields | |
JsonbValue | contVal |
Size | size |
struct JsonbParseState * | next |
JsonbValue JsonbParseState::contVal |
Definition at line 321 of file jsonb.h.
Referenced by appendElement(), appendKey(), appendValue(), clone_parse_state(), datum_to_jsonb(), and jsonb_in_scalar().
struct JsonbParseState* JsonbParseState::next |
Definition at line 323 of file jsonb.h.
Referenced by clone_parse_state(), pushJsonbValueScalar(), and pushState().
Size JsonbParseState::size |
Definition at line 322 of file jsonb.h.
Referenced by appendElement(), appendKey(), and clone_parse_state().