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

Data Fields

JsonLexContextlex
 
texttresult
 
const charresult_start
 
bool normalize_results
 
bool next_scalar
 
int npath
 
char ** path_names
 
intpath_indexes
 
boolpathok
 
intarray_cur_index
 

Detailed Description

Definition at line 86 of file jsonfuncs.c.

Field Documentation

◆ array_cur_index

int* GetState::array_cur_index

Definition at line 97 of file jsonfuncs.c.

◆ lex

JsonLexContext* GetState::lex

Definition at line 88 of file jsonfuncs.c.

◆ next_scalar

bool GetState::next_scalar

Definition at line 92 of file jsonfuncs.c.

◆ normalize_results

bool GetState::normalize_results

Definition at line 91 of file jsonfuncs.c.

◆ npath

int GetState::npath

Definition at line 93 of file jsonfuncs.c.

◆ path_indexes

int* GetState::path_indexes

Definition at line 95 of file jsonfuncs.c.

◆ path_names

char** GetState::path_names

Definition at line 94 of file jsonfuncs.c.

◆ pathok

bool* GetState::pathok

Definition at line 96 of file jsonfuncs.c.

◆ result_start

const char* GetState::result_start

Definition at line 90 of file jsonfuncs.c.

◆ tresult

text* GetState::tresult

Definition at line 89 of file jsonfuncs.c.


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