Header And Logo

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

Data Fields

TupleHashTableData Struct Reference

#include <execnodes.h>

Data Fields

HTAB * hashtab
int numCols
AttrNumber * keyColIdx
FmgrInfo * tab_hash_funcs
FmgrInfo * tab_eq_funcs
MemoryContext tablecxt
MemoryContext tempcxt
Size entrysize
TupleTableSlot * tableslot
TupleTableSlot * inputslot
FmgrInfo * in_hash_funcs
FmgrInfo * cur_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: