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

Data Fields

JsonLexContextlex
 
const charfunction_name
 
HTABhash
 
charsaved_scalar
 
const charsave_json_start
 
JsonTokenType saved_token_type
 

Detailed Description

Definition at line 136 of file jsonfuncs.c.

Field Documentation

◆ function_name

const char* JHashState::function_name

Definition at line 139 of file jsonfuncs.c.

◆ hash

HTAB* JHashState::hash

Definition at line 140 of file jsonfuncs.c.

◆ lex

JsonLexContext* JHashState::lex

Definition at line 138 of file jsonfuncs.c.

◆ save_json_start

const char* JHashState::save_json_start

Definition at line 142 of file jsonfuncs.c.

◆ saved_scalar

char* JHashState::saved_scalar

Definition at line 141 of file jsonfuncs.c.

◆ saved_token_type

JsonTokenType JHashState::saved_token_type

Definition at line 143 of file jsonfuncs.c.


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