PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonTablePlanSpec Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonTablePlanType plan_type
 
JsonTablePlanJoinType join_type
 
charpathname
 
struct JsonTablePlanSpecplan1
 
struct JsonTablePlanSpecplan2
 
ParseLoc location
 

Detailed Description

Definition at line 2012 of file parsenodes.h.

Field Documentation

◆ join_type

◆ location

◆ pathname

char* JsonTablePlanSpec::pathname

Definition at line 2018 of file parsenodes.h.

Referenced by makeJsonTableSimplePlan(), and transformJsonTableNestedColumns().

◆ plan1

struct JsonTablePlanSpec* JsonTablePlanSpec::plan1

◆ plan2

struct JsonTablePlanSpec* JsonTablePlanSpec::plan2

◆ plan_type

◆ type

NodeTag JsonTablePlanSpec::type

Definition at line 2014 of file parsenodes.h.


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