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

#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
 
intkilledItems
 
int numKilled
 
HashScanPosData currPos
 

Detailed Description

Definition at line 158 of file hash.h.

Field Documentation

◆ currPos

HashScanPosData HashScanOpaqueData::currPos

Definition at line 189 of file hash.h.

◆ hashso_buc_populated

bool HashScanOpaqueData::hashso_buc_populated

Definition at line 174 of file hash.h.

◆ hashso_buc_split

bool HashScanOpaqueData::hashso_buc_split

Definition at line 180 of file hash.h.

◆ hashso_bucket_buf

Buffer HashScanOpaqueData::hashso_bucket_buf

Definition at line 164 of file hash.h.

◆ hashso_sk_hash

uint32 HashScanOpaqueData::hashso_sk_hash

Definition at line 161 of file hash.h.

◆ hashso_split_bucket_buf

Buffer HashScanOpaqueData::hashso_split_bucket_buf

Definition at line 171 of file hash.h.

◆ killedItems

int* HashScanOpaqueData::killedItems

Definition at line 182 of file hash.h.

◆ numKilled

int HashScanOpaqueData::numKilled

Definition at line 183 of file hash.h.


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