Include dependency graph for blcost.c:
Go to the source code of this file.
Function Documentation
◆ blcostestimate()
double
loop_count,
double *
indexCorrelation,
double *
indexPages
)
Definition at line 22 of file blcost.c.
26{
29
30 /* We have to visit all index tuples anyway */
32
33 /* Use generic estimate */
35
41}
void genericcostestimate(PlannerInfo *root, IndexPath *path, double loop_count, GenericCosts *costs)
Selectivity indexSelectivity
References genericcostestimate(), GenericCosts::indexCorrelation, IndexPath::indexinfo, GenericCosts::indexSelectivity, GenericCosts::indexStartupCost, GenericCosts::indexTotalCost, GenericCosts::numIndexPages, GenericCosts::numIndexTuples, and root.
Referenced by blhandler().