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

Data Fields

int magic
 
JsonTablePlanStaterootplanstate
 
JsonTablePlanState ** colplanstates
 

Detailed Description

Definition at line 221 of file jsonpath_exec.c.

Field Documentation

◆ colplanstates

JsonTablePlanState** JsonTableExecContext::colplanstates

Definition at line 232 of file jsonpath_exec.c.

Referenced by JsonTableGetValue(), JsonTableInitOpaque(), and JsonTableInitPlan().

◆ magic

int JsonTableExecContext::magic

◆ rootplanstate

JsonTablePlanState* JsonTableExecContext::rootplanstate

Definition at line 226 of file jsonpath_exec.c.

Referenced by JsonTableFetchRow(), JsonTableInitOpaque(), and JsonTableSetDocument().


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