|
PostgreSQL Source Code git master
|
#include <hash.h>
Data Fields | |
| uint32 | hashso_sk_hash |
| Buffer | hashso_bucket_buf |
| Buffer | hashso_split_bucket_buf |
| bool | hashso_buc_populated |
| bool | hashso_buc_split |
| int * | killedItems |
| int | numKilled |
| HashScanPosData | currPos |
| HashScanPosData HashScanOpaqueData::currPos |
Definition at line 189 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_kill_items(), _hash_next(), _hash_readpage(), _hash_saveitem(), hashbeginscan(), hashendscan(), hashgetbitmap(), hashgettuple(), and hashrescan().
| bool HashScanOpaqueData::hashso_buc_populated |
Definition at line 174 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_load_qualified_items(), _hash_readnext(), _hash_readprev(), hashbeginscan(), and hashrescan().
| bool HashScanOpaqueData::hashso_buc_split |
Definition at line 180 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_load_qualified_items(), _hash_readnext(), _hash_readprev(), hashbeginscan(), and hashrescan().
| Buffer HashScanOpaqueData::hashso_bucket_buf |
Definition at line 164 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_kill_items(), _hash_next(), _hash_readnext(), _hash_readpage(), _hash_readprev(), and hashbeginscan().
| uint32 HashScanOpaqueData::hashso_sk_hash |
Definition at line 161 of file hash.h.
Referenced by _hash_first(), _hash_load_qualified_items(), and _hash_readpage().
| Buffer HashScanOpaqueData::hashso_split_bucket_buf |
Definition at line 171 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_next(), _hash_readnext(), _hash_readpage(), _hash_readprev(), and hashbeginscan().
| int* HashScanOpaqueData::killedItems |
Definition at line 182 of file hash.h.
Referenced by _hash_kill_items(), hashbeginscan(), hashendscan(), and hashgettuple().
| int HashScanOpaqueData::numKilled |
Definition at line 183 of file hash.h.
Referenced by _hash_kill_items(), _hash_next(), _hash_readpage(), hashbeginscan(), hashendscan(), hashgettuple(), and hashrescan().