PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
IndexOptInfo * | indexinfo |
List * | indexclauses |
List * | indexorderbys |
List * | indexorderbycols |
ScanDirection | indexscandir |
Cost | indextotalcost |
Selectivity | indexselectivity |
Definition at line 1717 of file pathnodes.h.
List* IndexPath::indexclauses |
Definition at line 1721 of file pathnodes.h.
Referenced by brincostestimate(), btcostestimate(), cost_index(), create_bitmap_subplan(), create_index_path(), create_indexscan_plan(), find_indexpath_quals(), fix_indexqual_references(), genericcostestimate(), gincostestimate(), and reparameterize_path_by_child().
IndexOptInfo* IndexPath::indexinfo |
Definition at line 1720 of file pathnodes.h.
Referenced by blcostestimate(), brincostestimate(), btcostestimate(), cost_index(), create_bitmap_subplan(), create_index_path(), create_indexscan_plan(), find_indexpath_quals(), fix_indexorderby_references(), fix_indexqual_references(), genericcostestimate(), get_indexpath_pages(), gincostestimate(), gistcostestimate(), reparameterize_path_by_child(), and spgcostestimate().
List* IndexPath::indexorderbycols |
Definition at line 1723 of file pathnodes.h.
Referenced by create_index_path(), and fix_indexorderby_references().
List* IndexPath::indexorderbys |
Definition at line 1722 of file pathnodes.h.
Referenced by create_index_path(), create_indexscan_plan(), fix_indexorderby_references(), and genericcostestimate().
ScanDirection IndexPath::indexscandir |
Definition at line 1724 of file pathnodes.h.
Referenced by create_index_path(), and create_indexscan_plan().
Selectivity IndexPath::indexselectivity |
Definition at line 1726 of file pathnodes.h.
Referenced by cost_index(), create_bitmap_subplan(), and get_index_paths().
Cost IndexPath::indextotalcost |
Definition at line 1725 of file pathnodes.h.
Referenced by cost_index(), and create_bitmap_subplan().
Path IndexPath::path |
Definition at line 1719 of file pathnodes.h.
Referenced by build_index_paths(), cost_index(), create_bitmap_subplan(), create_index_path(), create_indexscan_plan(), get_index_paths(), plan_cluster_use_sort(), and reparameterize_path().