PostgreSQL Source Code git master
UpperUniquePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
int numkeys
 

Detailed Description

Definition at line 2249 of file pathnodes.h.

Field Documentation

◆ numkeys

int UpperUniquePath::numkeys

Definition at line 2253 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ path

Path UpperUniquePath::path

Definition at line 2251 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ subpath

Path* UpperUniquePath::subpath

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