PostgreSQL Source Code
git master
|
Data Fields | |
int | stack_size |
char * | prediction |
size_t | pred_index |
char ** | fnames |
bool * | fnull |
JsonTokenType | scalar_tok |
char * | scalar_val |
char** JsonParserStack::fnames |
Definition at line 150 of file jsonapi.c.
Referenced by allocate_incremental_state(), freeJsonLexContext(), get_fname(), inc_lex_level(), and set_fname().
bool* JsonParserStack::fnull |
Definition at line 151 of file jsonapi.c.
Referenced by allocate_incremental_state(), freeJsonLexContext(), get_fnull(), inc_lex_level(), and set_fnull().
size_t JsonParserStack::pred_index |
Definition at line 148 of file jsonapi.c.
Referenced by have_prediction(), next_prediction(), pop_prediction(), and push_prediction().
char* JsonParserStack::prediction |
Definition at line 147 of file jsonapi.c.
Referenced by allocate_incremental_state(), freeJsonLexContext(), inc_lex_level(), next_prediction(), pop_prediction(), and push_prediction().
JsonTokenType JsonParserStack::scalar_tok |
Definition at line 152 of file jsonapi.c.
Referenced by pg_parse_json_incremental().
char* JsonParserStack::scalar_val |
Definition at line 153 of file jsonapi.c.
Referenced by freeJsonLexContext(), and pg_parse_json_incremental().
int JsonParserStack::stack_size |
Definition at line 146 of file jsonapi.c.
Referenced by allocate_incremental_state(), and inc_lex_level().