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

#include <primnodes.h>

Data Fields

JsonTablePlan plan
 
JsonTablePathpath
 
bool errorOnError
 
JsonTablePlanchild
 
int colMin
 
int colMax
 

Detailed Description

Definition at line 1898 of file primnodes.h.

Field Documentation

◆ child

JsonTablePlan* JsonTablePathScan::child

Definition at line 1912 of file primnodes.h.

Referenced by get_json_table_columns(), JsonTableInitPlan(), and makeJsonTablePathScan().

◆ colMax

int JsonTablePathScan::colMax

Definition at line 1920 of file primnodes.h.

Referenced by get_json_table_columns(), and makeJsonTablePathScan().

◆ colMin

int JsonTablePathScan::colMin

Definition at line 1919 of file primnodes.h.

Referenced by get_json_table_columns(), JsonTableInitPlan(), and makeJsonTablePathScan().

◆ errorOnError

bool JsonTablePathScan::errorOnError

Definition at line 1909 of file primnodes.h.

Referenced by JsonTableResetRowPattern(), and makeJsonTablePathScan().

◆ path

◆ plan

JsonTablePlan JsonTablePathScan::plan

Definition at line 1900 of file primnodes.h.

Referenced by makeJsonTablePathScan().


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