PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
JsonTableParseContext Struct Reference

Data Fields

ParseStatepstate
 
JsonTablejt
 
TableFunctf
 
ListpathNames
 
int pathNameId
 

Detailed Description

Definition at line 32 of file parse_jsontable.c.

Field Documentation

◆ jt

JsonTable* JsonTableParseContext::jt

Definition at line 35 of file parse_jsontable.c.

Referenced by transformJsonTable(), and transformJsonTableColumns().

◆ pathNameId

int JsonTableParseContext::pathNameId

Definition at line 38 of file parse_jsontable.c.

Referenced by generateJsonTablePathName(), and transformJsonTable().

◆ pathNames

List* JsonTableParseContext::pathNames

◆ pstate

ParseState* JsonTableParseContext::pstate

Definition at line 34 of file parse_jsontable.c.

Referenced by CheckDuplicateColumnOrPathNames(), and transformJsonTableColumns().

◆ tf

TableFunc* JsonTableParseContext::tf

Definition at line 36 of file parse_jsontable.c.

Referenced by transformJsonTable(), and transformJsonTableColumns().


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