PostgreSQL Source Code git master
Loading...
Searching...
No Matches
IndexPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
IndexOptInfoindexinfo
 
Listindexclauses
 
Listindexorderbys
 
Listindexorderbycols
 
ScanDirection indexscandir
 
Cost indextotalcost
 
Selectivity indexselectivity
 

Detailed Description

Definition at line 2033 of file pathnodes.h.

Field Documentation

◆ indexclauses

List* IndexPath::indexclauses

◆ indexinfo

◆ indexorderbycols

List* IndexPath::indexorderbycols

Definition at line 2039 of file pathnodes.h.

◆ indexorderbys

List* IndexPath::indexorderbys

Definition at line 2038 of file pathnodes.h.

Referenced by genericcostestimate().

◆ indexscandir

ScanDirection IndexPath::indexscandir

Definition at line 2040 of file pathnodes.h.

◆ indexselectivity

Selectivity IndexPath::indexselectivity

Definition at line 2042 of file pathnodes.h.

Referenced by cost_index().

◆ indextotalcost

Cost IndexPath::indextotalcost

Definition at line 2041 of file pathnodes.h.

Referenced by cost_index().

◆ path

Path IndexPath::path

Definition at line 2035 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify(), and cost_index().


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