PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
MinimalTuple | firstTuple |
uint32 | status |
uint32 | hash |
Definition at line 846 of file execnodes.h.
MinimalTuple TupleHashEntryData::firstTuple |
Definition at line 848 of file execnodes.h.
Referenced by LookupTupleHashEntry_internal(), TupleHashEntryGetAdditional(), and TupleHashEntryGetTuple().
uint32 TupleHashEntryData::hash |
Definition at line 850 of file execnodes.h.
Referenced by LookupTupleHashEntry(), and LookupTupleHashEntryHash().
uint32 TupleHashEntryData::status |
Definition at line 849 of file execnodes.h.