PostgreSQL Source Code  git master
ProjectionPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
bool dummypp
 

Detailed Description

Definition at line 2160 of file pathnodes.h.

Field Documentation

◆ dummypp

bool ProjectionPath::dummypp

Definition at line 2164 of file pathnodes.h.

Referenced by create_projection_path().

◆ path

Path ProjectionPath::path

Definition at line 2162 of file pathnodes.h.

Referenced by create_projection_path(), and create_projection_plan().

◆ subpath

Path* ProjectionPath::subpath

Definition at line 2163 of file pathnodes.h.

Referenced by create_projection_path(), and create_projection_plan().


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