PostgreSQL Source Code  git master
PopulateArrayState Struct Reference

Data Fields

JsonLexContextlex
 
PopulateArrayContextctx
 
char * element_start
 
char * element_scalar
 
JsonTokenType element_type
 

Detailed Description

Definition at line 272 of file jsonfuncs.c.

Field Documentation

◆ ctx

PopulateArrayContext* PopulateArrayState::ctx

Definition at line 275 of file jsonfuncs.c.

◆ element_scalar

char* PopulateArrayState::element_scalar

Definition at line 277 of file jsonfuncs.c.

◆ element_start

char* PopulateArrayState::element_start

Definition at line 276 of file jsonfuncs.c.

◆ element_type

JsonTokenType PopulateArrayState::element_type

Definition at line 279 of file jsonfuncs.c.

◆ lex

JsonLexContext* PopulateArrayState::lex

Definition at line 274 of file jsonfuncs.c.


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