PostgreSQL Source Code  git master
TupleHashEntryData Struct Reference

#include <execnodes.h>

Data Fields

MinimalTuple firstTuple
 
void * additional
 
uint32 status
 
uint32 hash
 

Detailed Description

Definition at line 799 of file execnodes.h.

Field Documentation

◆ additional

◆ firstTuple

◆ hash

uint32 TupleHashEntryData::hash

Definition at line 804 of file execnodes.h.

Referenced by LookupTupleHashEntry(), and LookupTupleHashEntryHash().

◆ status

uint32 TupleHashEntryData::status

Definition at line 803 of file execnodes.h.


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