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 1993 of file pathnodes.h.
List* UniquePath::in_operators |
Definition at line 1998 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path UniquePath::path |
Definition at line 1995 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
Path* UniquePath::subpath |
Definition at line 1996 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
UniquePathMethod UniquePath::umethod |
Definition at line 1997 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
List* UniquePath::uniq_exprs |
Definition at line 1999 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().