PostgreSQL Source Code  git master
JsonIncrementalState Struct Reference

Data Fields

bool is_last_chunk
 
bool partial_completed
 
StringInfoData partial_token
 

Detailed Description

Definition at line 102 of file jsonapi.c.

Field Documentation

◆ is_last_chunk

bool JsonIncrementalState::is_last_chunk

Definition at line 104 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 105 of file jsonapi.c.

Referenced by json_lex().

◆ partial_token

StringInfoData JsonIncrementalState::partial_token

The documentation for this struct was generated from the following file: