PostgreSQL Source Code
git master
|
#include <hash.h>
Data Fields | |
Buffer | buf |
BlockNumber | currPage |
BlockNumber | nextPage |
BlockNumber | prevPage |
int | firstItem |
int | lastItem |
int | itemIndex |
HashScanPosItem | items [MaxIndexTuplesPerPage] |
Buffer HashScanPosData::buf |
Definition at line 111 of file hash.h.
Referenced by _hash_dropscanbuf(), _hash_first(), _hash_kill_items(), and _hash_readpage().
BlockNumber HashScanPosData::currPage |
Definition at line 112 of file hash.h.
Referenced by _hash_kill_items(), and _hash_readpage().
int HashScanPosData::firstItem |
Definition at line 123 of file hash.h.
Referenced by _hash_kill_items(), _hash_next(), and _hash_readpage().
int HashScanPosData::itemIndex |
Definition at line 125 of file hash.h.
Referenced by _hash_first(), _hash_next(), _hash_readpage(), hashgetbitmap(), and hashgettuple().
HashScanPosItem HashScanPosData::items[MaxIndexTuplesPerPage] |
Definition at line 127 of file hash.h.
Referenced by _hash_first(), _hash_kill_items(), _hash_next(), _hash_saveitem(), and hashgetbitmap().
int HashScanPosData::lastItem |
Definition at line 124 of file hash.h.
Referenced by _hash_next(), and _hash_readpage().
BlockNumber HashScanPosData::nextPage |
Definition at line 113 of file hash.h.
Referenced by _hash_next(), and _hash_readpage().
BlockNumber HashScanPosData::prevPage |
Definition at line 114 of file hash.h.
Referenced by _hash_next(), and _hash_readpage().