PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ElementsState Struct Reference

Data Fields

JsonLexContextlex
 
const charfunction_name
 
Tuplestorestatetuple_store
 
TupleDesc ret_tdesc
 
MemoryContext tmp_cxt
 
const charresult_start
 
bool normalize_results
 
bool next_scalar
 
charnormalized_scalar
 

Detailed Description

Definition at line 122 of file jsonfuncs.c.

Field Documentation

◆ function_name

const char* ElementsState::function_name

Definition at line 125 of file jsonfuncs.c.

◆ lex

JsonLexContext* ElementsState::lex

Definition at line 124 of file jsonfuncs.c.

◆ next_scalar

bool ElementsState::next_scalar

Definition at line 131 of file jsonfuncs.c.

◆ normalize_results

bool ElementsState::normalize_results

Definition at line 130 of file jsonfuncs.c.

◆ normalized_scalar

char* ElementsState::normalized_scalar

Definition at line 132 of file jsonfuncs.c.

◆ result_start

const char* ElementsState::result_start

Definition at line 129 of file jsonfuncs.c.

◆ ret_tdesc

TupleDesc ElementsState::ret_tdesc

Definition at line 127 of file jsonfuncs.c.

◆ tmp_cxt

MemoryContext ElementsState::tmp_cxt

Definition at line 128 of file jsonfuncs.c.

◆ tuple_store

Tuplestorestate* ElementsState::tuple_store

Definition at line 126 of file jsonfuncs.c.


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