PostgreSQL Source Code: GenericCosts Struct Reference (original) (raw)

#include <[selfuncs.h](selfuncs%5F8h%5Fsource.html)>

Data Fields
Cost indexStartupCost
Cost indexTotalCost
Selectivity indexSelectivity
double indexCorrelation
double numIndexPages
double numIndexTuples
double spc_random_page_cost
double num_sa_scans

Definition at line 124 of file selfuncs.h.

indexCorrelation

double GenericCosts::indexCorrelation

indexSelectivity

indexStartupCost

Cost GenericCosts::indexStartupCost

indexTotalCost

Cost GenericCosts::indexTotalCost

num_sa_scans

double GenericCosts::num_sa_scans

numIndexPages

double GenericCosts::numIndexPages

numIndexTuples

double GenericCosts::numIndexTuples

spc_random_page_cost

double GenericCosts::spc_random_page_cost


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