|
PostgreSQL Source Code git master
|
Data Fields | |
| bool | attHasFullScan [INDEX_MAX_KEYS] |
| bool | attHasNormalScan [INDEX_MAX_KEYS] |
| double | partialEntries |
| double | exactEntries |
| double | searchEntries |
| double | arrayScans |
Definition at line 8349 of file selfuncs.c.
| double GinQualCounts::arrayScans |
Definition at line 8356 of file selfuncs.c.
Referenced by gincost_scalararrayopexpr(), and gincostestimate().
| bool GinQualCounts::attHasFullScan[INDEX_MAX_KEYS] |
Definition at line 8351 of file selfuncs.c.
Referenced by gincost_pattern(), and gincostestimate().
| bool GinQualCounts::attHasNormalScan[INDEX_MAX_KEYS] |
Definition at line 8352 of file selfuncs.c.
Referenced by gincost_pattern(), and gincostestimate().
| double GinQualCounts::exactEntries |
Definition at line 8354 of file selfuncs.c.
Referenced by gincost_opexpr(), gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().
| double GinQualCounts::partialEntries |
Definition at line 8353 of file selfuncs.c.
Referenced by gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().
| double GinQualCounts::searchEntries |
Definition at line 8355 of file selfuncs.c.
Referenced by gincost_opexpr(), gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().