Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

IndexPath Struct Reference

#include <relation.h>

Data Fields

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

Detailed Description

Definition at line 776 of file relation.h.


Field Documentation

Definition at line 784 of file relation.h.

Referenced by create_index_path(), and fix_indexorderby_references().

Definition at line 782 of file relation.h.

Referenced by btcostestimate(), create_index_path(), and fix_indexqual_references().

Definition at line 785 of file relation.h.

Referenced by create_index_path(), and create_indexscan_plan().

Definition at line 787 of file relation.h.

Referenced by cost_index(), and create_bitmap_subplan().

Definition at line 786 of file relation.h.

Referenced by cost_index(), and create_bitmap_subplan().


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