PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
bool | dummypp |
Definition at line 2202 of file pathnodes.h.
bool ProjectionPath::dummypp |
Definition at line 2206 of file pathnodes.h.
Referenced by create_projection_path().
Path ProjectionPath::path |
Definition at line 2204 of file pathnodes.h.
Referenced by create_projection_path(), and create_projection_plan().
Path* ProjectionPath::subpath |
Definition at line 2205 of file pathnodes.h.
Referenced by create_projection_path(), and create_projection_plan().