PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

◆ 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: