PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
Path * | subpath |
UniquePathMethod | umethod |
List * | in_operators |
List * | uniq_exprs |
Definition at line 2035 of file pathnodes.h.
List* UniquePath::in_operators |
Definition at line 2040 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path UniquePath::path |
Definition at line 2037 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path* UniquePath::subpath |
Definition at line 2038 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
UniquePathMethod UniquePath::umethod |
Definition at line 2039 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
List* UniquePath::uniq_exprs |
Definition at line 2041 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().