PostgreSQL Source Code
git master
|
Data Fields | |
JsonLexContext * | lex |
PopulateArrayContext * | ctx |
const char * | element_start |
char * | element_scalar |
JsonTokenType | element_type |
Definition at line 273 of file jsonfuncs.c.
PopulateArrayContext* PopulateArrayState::ctx |
Definition at line 276 of file jsonfuncs.c.
char* PopulateArrayState::element_scalar |
Definition at line 278 of file jsonfuncs.c.
const char* PopulateArrayState::element_start |
Definition at line 277 of file jsonfuncs.c.
JsonTokenType PopulateArrayState::element_type |
Definition at line 280 of file jsonfuncs.c.
JsonLexContext* PopulateArrayState::lex |
Definition at line 275 of file jsonfuncs.c.