Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

TupleHashTableData Struct Reference

#include <execnodes.h>

Data Fields

HTABhashtab
int numCols
AttrNumberkeyColIdx
FmgrInfotab_hash_funcs
FmgrInfotab_eq_funcs
MemoryContext tablecxt
MemoryContext tempcxt
Size entrysize
TupleTableSlottableslot
TupleTableSlotinputslot
FmgrInfoin_hash_funcs
FmgrInfocur_eq_funcs

Detailed Description

Definition at line 479 of file execnodes.h.


Field Documentation

Definition at line 488 of file execnodes.h.

Referenced by BuildTupleHashTable(), and LookupTupleHashEntry().

Definition at line 481 of file execnodes.h.

Referenced by BuildTupleHashTable(), FindTupleHashEntry(), and LookupTupleHashEntry().

Definition at line 485 of file execnodes.h.

Referenced by BuildTupleHashTable(), and LookupTupleHashEntry().

Definition at line 484 of file execnodes.h.

Referenced by BuildTupleHashTable(), LookupTupleHashEntry(), and TupleHashTableHash().

Definition at line 486 of file execnodes.h.

Referenced by BuildTupleHashTable(), and LookupTupleHashEntry().


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