PostgreSQL Source Code  git master
UniquePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
UniquePathMethod umethod
 
Listin_operators
 
Listuniq_exprs
 

Detailed Description

Definition at line 2014 of file pathnodes.h.

Field Documentation

◆ in_operators

List* UniquePath::in_operators

Definition at line 2019 of file pathnodes.h.

Referenced by create_unique_path(), and create_unique_plan().

◆ path

Path UniquePath::path

Definition at line 2016 of file pathnodes.h.

Referenced by create_unique_path(), and create_unique_plan().

◆ subpath

Path* UniquePath::subpath

Definition at line 2017 of file pathnodes.h.

Referenced by create_unique_path(), and create_unique_plan().

◆ umethod

UniquePathMethod UniquePath::umethod

Definition at line 2018 of file pathnodes.h.

Referenced by create_unique_path(), and create_unique_plan().

◆ uniq_exprs

List* UniquePath::uniq_exprs

Definition at line 2020 of file pathnodes.h.

Referenced by create_unique_path(), and create_unique_plan().


The documentation for this struct was generated from the following file: