PostgreSQL Source Code: JsonIncrementalState Struct Reference (original) (raw)
JsonIncrementalState Struct Reference
Data Fields | |
---|---|
bool | started |
bool | is_last_chunk |
bool | partial_completed |
jsonapi_StrValType | partial_token |
Detailed Description
Definition at line 162 of file jsonapi.c.
Field Documentation
◆ is_last_chunk
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().
◆ partial_completed
bool JsonIncrementalState::partial_completed
Definition at line 166 of file jsonapi.c.
Referenced by json_lex().
◆ partial_token
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().
◆ started
bool JsonIncrementalState::started
Definition at line 164 of file jsonapi.c.
Referenced by pg_parse_json_incremental(), and setJsonLexContextOwnsTokens().
The documentation for this struct was generated from the following file:
- src/common/jsonapi.c