|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonTablePlanType | plan_type |
| JsonTablePlanJoinType | join_type |
| char * | pathname |
| struct JsonTablePlanSpec * | plan1 |
| struct JsonTablePlanSpec * | plan2 |
| ParseLoc | location |
Definition at line 2012 of file parsenodes.h.
| JsonTablePlanJoinType JsonTablePlanSpec::join_type |
Definition at line 2017 of file parsenodes.h.
Referenced by makeJsonTableDefaultPlan(), makeJsonTableJoinedPlan(), makeJsonTablePathScan(), transformJsonTableColumns(), and transformJsonTableNestedColumns().
| ParseLoc JsonTablePlanSpec::location |
Definition at line 2024 of file parsenodes.h.
Referenced by makeJsonTableDefaultPlan(), makeJsonTableJoinedPlan(), makeJsonTableSimplePlan(), transformJsonTableColumns(), and transformJsonTableNestedColumns().
| char* JsonTablePlanSpec::pathname |
Definition at line 2018 of file parsenodes.h.
Referenced by makeJsonTableSimplePlan(), and transformJsonTableNestedColumns().
| struct JsonTablePlanSpec* JsonTablePlanSpec::plan1 |
Definition at line 2021 of file parsenodes.h.
Referenced by makeJsonTableJoinedPlan(), transformJsonTableColumns(), and transformJsonTableNestedColumns().
| struct JsonTablePlanSpec* JsonTablePlanSpec::plan2 |
Definition at line 2022 of file parsenodes.h.
Referenced by makeJsonTableJoinedPlan(), transformJsonTableColumns(), and transformJsonTableNestedColumns().
| JsonTablePlanType JsonTablePlanSpec::plan_type |
Definition at line 2016 of file parsenodes.h.
Referenced by makeJsonTableDefaultPlan(), makeJsonTableJoinedPlan(), makeJsonTableSimplePlan(), transformJsonTableColumns(), and transformJsonTableNestedColumns().
| NodeTag JsonTablePlanSpec::type |
Definition at line 2014 of file parsenodes.h.