PostgreSQL Source Code  git master
UpperUniquePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
int numkeys
 

Detailed Description

Definition at line 2226 of file pathnodes.h.

Field Documentation

◆ numkeys

int UpperUniquePath::numkeys

Definition at line 2230 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ path

Path UpperUniquePath::path

Definition at line 2228 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ subpath

Path* UpperUniquePath::subpath

Definition at line 2229 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: