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