PostgreSQL Source Code  git master
GetState Struct Reference

Data Fields

JsonLexContextlex
 
texttresult
 
char * result_start
 
bool normalize_results
 
bool next_scalar
 
int npath
 
char ** path_names
 
int * path_indexes
 
boolpathok
 
int * array_cur_index
 

Detailed Description

Definition at line 85 of file jsonfuncs.c.

Field Documentation

◆ array_cur_index

int* GetState::array_cur_index

Definition at line 96 of file jsonfuncs.c.

Referenced by get_array_element_end(), get_array_element_start(), and get_array_start().

◆ lex

◆ next_scalar

bool GetState::next_scalar

Definition at line 91 of file jsonfuncs.c.

Referenced by get_array_element_start(), get_object_field_start(), and get_scalar().

◆ normalize_results

bool GetState::normalize_results

◆ npath

int GetState::npath

◆ path_indexes

int* GetState::path_indexes

Definition at line 94 of file jsonfuncs.c.

Referenced by get_array_element_end(), get_array_element_start(), and get_array_start().

◆ path_names

char** GetState::path_names

Definition at line 93 of file jsonfuncs.c.

Referenced by get_object_field_end(), and get_object_field_start().

◆ pathok

bool* GetState::pathok

◆ result_start

◆ tresult


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