PostgreSQL Source Code  git master
PopulateRecordsetState Struct Reference

Data Fields

JsonLexContextlex
 
const char * function_name
 
HTABjson_hash
 
char * saved_scalar
 
char * save_json_start
 
JsonTokenType saved_token_type
 
Tuplestorestatetuple_store
 
HeapTupleHeader rec
 
PopulateRecordCachecache
 

Detailed Description

Definition at line 244 of file jsonfuncs.c.

Field Documentation

◆ cache

PopulateRecordCache* PopulateRecordsetState::cache

Definition at line 254 of file jsonfuncs.c.

◆ function_name

const char* PopulateRecordsetState::function_name

◆ json_hash

HTAB* PopulateRecordsetState::json_hash

◆ lex

◆ rec

HeapTupleHeader PopulateRecordsetState::rec

Definition at line 253 of file jsonfuncs.c.

◆ save_json_start

char* PopulateRecordsetState::save_json_start

◆ saved_scalar

char* PopulateRecordsetState::saved_scalar

Definition at line 249 of file jsonfuncs.c.

Referenced by populate_recordset_object_field_end(), and populate_recordset_scalar().

◆ saved_token_type

JsonTokenType PopulateRecordsetState::saved_token_type

◆ tuple_store

Tuplestorestate* PopulateRecordsetState::tuple_store

Definition at line 252 of file jsonfuncs.c.


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