PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
MinimalTuple | firstTuple |
void * | additional |
uint32 | status |
uint32 | hash |
Definition at line 807 of file execnodes.h.
void* TupleHashEntryData::additional |
Definition at line 810 of file execnodes.h.
Referenced by agg_refill_hash_table(), agg_retrieve_hash_table_in_memory(), initialize_hash_entry(), lookup_hash_entries(), LookupTupleHashEntry_internal(), setop_fill_hash_table(), and setop_retrieve_hash_table().
MinimalTuple TupleHashEntryData::firstTuple |
Definition at line 809 of file execnodes.h.
Referenced by agg_retrieve_hash_table_in_memory(), findPartialMatch(), LookupTupleHashEntry_internal(), and setop_retrieve_hash_table().
uint32 TupleHashEntryData::hash |
Definition at line 812 of file execnodes.h.
Referenced by LookupTupleHashEntry(), and LookupTupleHashEntryHash().
uint32 TupleHashEntryData::status |
Definition at line 811 of file execnodes.h.