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 1980 of file pathnodes.h.
List* UniquePath::in_operators |
Definition at line 1985 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path UniquePath::path |
Definition at line 1982 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path* UniquePath::subpath |
Definition at line 1983 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
UniquePathMethod UniquePath::umethod |
Definition at line 1984 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
List* UniquePath::uniq_exprs |
Definition at line 1986 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().