PostgreSQL Source Code: PopulateArrayState Struct Reference (original) (raw)

Data Fields

PopulateArrayState Struct Reference

Data Fields
JsonLexContext * lex
PopulateArrayContext * ctx
const char * element_start
char * element_scalar
JsonTokenType element_type

Detailed Description

Definition at line 273 of file jsonfuncs.c.

Field Documentation

ctx

PopulateArrayContext* PopulateArrayState::ctx

Definition at line 276 of file jsonfuncs.c.

element_scalar

char* PopulateArrayState::element_scalar

Definition at line 278 of file jsonfuncs.c.

element_start

const char* PopulateArrayState::element_start

Definition at line 277 of file jsonfuncs.c.

element_type

JsonTokenType PopulateArrayState::element_type

Definition at line 280 of file jsonfuncs.c.

lex

JsonLexContext* PopulateArrayState::lex

Definition at line 275 of file jsonfuncs.c.


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