|
PostgreSQL Source Code git master
|
#include <selfuncs.h>
Definition at line 130 of file selfuncs.h.
| double GenericCosts::indexCorrelation |
Definition at line 136 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().
| Selectivity GenericCosts::indexSelectivity |
Definition at line 135 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().
| Cost GenericCosts::indexStartupCost |
Definition at line 133 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().
| Cost GenericCosts::indexTotalCost |
Definition at line 134 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().
| double GenericCosts::num_sa_scans |
Definition at line 142 of file selfuncs.h.
Referenced by btcostestimate(), genericcostestimate(), gistcostestimate(), and spgcostestimate().
| double GenericCosts::numIndexPages |
Definition at line 139 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), gistcostestimate(), hashcostestimate(), and spgcostestimate().
| double GenericCosts::numIndexTuples |
Definition at line 140 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), and genericcostestimate().
| BlockNumber GenericCosts::numNonLeafPages |
Definition at line 143 of file selfuncs.h.
Referenced by blcostestimate(), btcostestimate(), genericcostestimate(), hashcostestimate(), and spgcostestimate().
| double GenericCosts::spc_random_page_cost |
Definition at line 141 of file selfuncs.h.
Referenced by genericcostestimate().