PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
UpperUniquePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
int numkeys
 

Detailed Description

Definition at line 2374 of file pathnodes.h.

Field Documentation

◆ numkeys

int UpperUniquePath::numkeys

Definition at line 2378 of file pathnodes.h.

Referenced by create_upper_unique_path(), and create_upper_unique_plan().

◆ path

Path UpperUniquePath::path

◆ subpath

Path* UpperUniquePath::subpath

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