PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
Definition at line 1854 of file pathnodes.h.
Path SubqueryScanPath::path |
Definition at line 1856 of file pathnodes.h.
Referenced by cost_subqueryscan(), create_subqueryscan_path(), create_subqueryscan_plan(), and reparameterize_path().
Path* SubqueryScanPath::subpath |
Definition at line 1857 of file pathnodes.h.
Referenced by cost_subqueryscan(), create_subqueryscan_path(), create_subqueryscan_plan(), and reparameterize_path().