|
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 8441 of file selfuncs.c.
| double GinQualCounts::arrayScans |
Definition at line 8448 of file selfuncs.c.
Referenced by gincost_scalararrayopexpr(), and gincostestimate().
| bool GinQualCounts::attHasFullScan[INDEX_MAX_KEYS] |
Definition at line 8443 of file selfuncs.c.
Referenced by gincost_pattern(), and gincostestimate().
| bool GinQualCounts::attHasNormalScan[INDEX_MAX_KEYS] |
Definition at line 8444 of file selfuncs.c.
Referenced by gincost_pattern(), and gincostestimate().
| double GinQualCounts::exactEntries |
Definition at line 8446 of file selfuncs.c.
Referenced by gincost_opexpr(), gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().
| double GinQualCounts::partialEntries |
Definition at line 8445 of file selfuncs.c.
Referenced by gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().
| double GinQualCounts::searchEntries |
Definition at line 8447 of file selfuncs.c.
Referenced by gincost_opexpr(), gincost_pattern(), gincost_scalararrayopexpr(), and gincostestimate().