PostgreSQL Source Code  git master
JsonTablePathScan Struct Reference

#include <primnodes.h>

Data Fields

JsonTablePlan plan
 
JsonTablePathpath
 
bool errorOnError
 
JsonTablePlanchild
 
int colMin
 
int colMax
 

Detailed Description

Definition at line 1865 of file primnodes.h.

Field Documentation

◆ child

JsonTablePlan* JsonTablePathScan::child

Definition at line 1879 of file primnodes.h.

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

◆ colMax

int JsonTablePathScan::colMax

Definition at line 1887 of file primnodes.h.

Referenced by get_json_table_columns(), and makeJsonTablePathScan().

◆ colMin

int JsonTablePathScan::colMin

Definition at line 1886 of file primnodes.h.

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

◆ errorOnError

bool JsonTablePathScan::errorOnError

Definition at line 1876 of file primnodes.h.

Referenced by JsonTableResetRowPattern(), and makeJsonTablePathScan().

◆ path

JsonTablePath* JsonTablePathScan::path

◆ plan

JsonTablePlan JsonTablePathScan::plan

Definition at line 1867 of file primnodes.h.

Referenced by makeJsonTablePathScan().


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