PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HashScanPosData Struct Reference

#include <hash.h>

Data Fields

Buffer buf
 
BlockNumber currPage
 
BlockNumber nextPage
 
BlockNumber prevPage
 
int firstItem
 
int lastItem
 
int itemIndex
 
HashScanPosItem items [MaxIndexTuplesPerPage]
 

Detailed Description

Definition at line 109 of file hash.h.

Field Documentation

◆ buf

Buffer HashScanPosData::buf

Definition at line 111 of file hash.h.

◆ currPage

BlockNumber HashScanPosData::currPage

Definition at line 112 of file hash.h.

◆ firstItem

int HashScanPosData::firstItem

Definition at line 123 of file hash.h.

◆ itemIndex

int HashScanPosData::itemIndex

Definition at line 125 of file hash.h.

◆ items

HashScanPosItem HashScanPosData::items[MaxIndexTuplesPerPage]

Definition at line 127 of file hash.h.

◆ lastItem

int HashScanPosData::lastItem

Definition at line 124 of file hash.h.

◆ nextPage

BlockNumber HashScanPosData::nextPage

Definition at line 113 of file hash.h.

◆ prevPage

BlockNumber HashScanPosData::prevPage

Definition at line 114 of file hash.h.


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