PostgreSQL Source Code  git master
JsonTableExecContext Struct Reference

Data Fields

int magic
 
JsonTablePlanStaterootplanstate
 
JsonTablePlanState ** colplanstates
 

Detailed Description

Definition at line 222 of file jsonpath_exec.c.

Field Documentation

◆ colplanstates

JsonTablePlanState** JsonTableExecContext::colplanstates

Definition at line 233 of file jsonpath_exec.c.

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

◆ magic

int JsonTableExecContext::magic

◆ rootplanstate

JsonTablePlanState* JsonTableExecContext::rootplanstate

Definition at line 227 of file jsonpath_exec.c.

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


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