PostgreSQL Source Code  git master
ProjectionPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
bool dummypp
 

Detailed Description

Definition at line 2171 of file pathnodes.h.

Field Documentation

◆ dummypp

bool ProjectionPath::dummypp

Definition at line 2175 of file pathnodes.h.

Referenced by create_projection_path().

◆ path

Path ProjectionPath::path

Definition at line 2173 of file pathnodes.h.

Referenced by create_projection_path(), and create_projection_plan().

◆ subpath

Path* ProjectionPath::subpath

Definition at line 2174 of file pathnodes.h.

Referenced by create_projection_path(), and create_projection_plan().


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