PostgreSQL Source Code: UniquePath Struct Reference (original) (raw)
#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Path | path |
Path * | subpath |
UniquePathMethod | umethod |
List * | in_operators |
List * | uniq_exprs |
Detailed Description
Definition at line 2159 of file pathnodes.h.
Field Documentation
◆ in_operators
List* UniquePath::in_operators
Definition at line 2164 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
◆ path
Path UniquePath::path
Definition at line 2161 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), create_unique_path(), and create_unique_plan().
◆ subpath
Path* UniquePath::subpath
Definition at line 2162 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
◆ umethod
UniquePathMethod UniquePath::umethod
Definition at line 2163 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
◆ uniq_exprs
List* UniquePath::uniq_exprs
Definition at line 2165 of file pathnodes.h.
Referenced by create_unique_path(), and create_unique_plan().
The documentation for this struct was generated from the following file:
- src/include/nodes/pathnodes.h