|
PostgreSQL Source Code git master
|
Data Fields | |
| bool | started |
| bool | is_last_chunk |
| bool | partial_completed |
| jsonapi_StrValType | partial_token |
| bool JsonIncrementalState::is_last_chunk |
Definition at line 165 of file jsonapi.c.
Referenced by json_lex(), json_lex_number(), and pg_parse_json_incremental().
| bool JsonIncrementalState::partial_completed |
Definition at line 166 of file jsonapi.c.
Referenced by json_lex().
| jsonapi_StrValType JsonIncrementalState::partial_token |
Definition at line 167 of file jsonapi.c.
Referenced by allocate_incremental_state(), freeJsonLexContext(), json_lex(), and json_lex_number().
| bool JsonIncrementalState::started |
Definition at line 164 of file jsonapi.c.
Referenced by pg_parse_json_incremental(), and setJsonLexContextOwnsTokens().