PostgreSQL Source Code  git master
UpperUniquePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
int numkeys
 

Detailed Description

Definition at line 2237 of file pathnodes.h.

Field Documentation

◆ numkeys

int UpperUniquePath::numkeys

Definition at line 2241 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ path

Path UpperUniquePath::path

Definition at line 2239 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ subpath

Path* UpperUniquePath::subpath

Definition at line 2240 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().


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