PostgreSQL Source Code  git master
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 1696 of file pathnodes.h.

Field Documentation

◆ indexclauses

◆ indexinfo

◆ indexorderbycols

List* IndexPath::indexorderbycols

Definition at line 1702 of file pathnodes.h.

Referenced by create_index_path(), and fix_indexorderby_references().

◆ indexorderbys

List* IndexPath::indexorderbys

◆ indexscandir

ScanDirection IndexPath::indexscandir

Definition at line 1703 of file pathnodes.h.

Referenced by create_index_path(), and create_indexscan_plan().

◆ indexselectivity

Selectivity IndexPath::indexselectivity

Definition at line 1705 of file pathnodes.h.

Referenced by cost_index(), create_bitmap_subplan(), and get_index_paths().

◆ indextotalcost

Cost IndexPath::indextotalcost

Definition at line 1704 of file pathnodes.h.

Referenced by cost_index(), and create_bitmap_subplan().

◆ path


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