PostgreSQL Source Code: TupleHashTableData Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
tuplehash_hash * | hashtab |
int | numCols |
AttrNumber * | keyColIdx |
ExprState * | tab_hash_expr |
ExprState * | tab_eq_func |
Oid * | tab_collations |
MemoryContext | tablecxt |
MemoryContext | tempcxt |
Size | additionalsize |
TupleTableSlot * | tableslot |
TupleTableSlot * | inputslot |
ExprState * | in_hash_expr |
ExprState * | cur_eq_func |
ExprContext * | exprcontext |
Definition at line 858 of file execnodes.h.
◆ additionalsize
Size TupleHashTableData::additionalsize
◆ cur_eq_func
◆ exprcontext
◆ hashtab
tuplehash_hash* TupleHashTableData::hashtab
◆ in_hash_expr
◆ inputslot
◆ keyColIdx
◆ numCols
int TupleHashTableData::numCols
◆ tab_collations
Oid* TupleHashTableData::tab_collations
◆ tab_eq_func
◆ tab_hash_expr
◆ tablecxt
◆ tableslot
◆ tempcxt
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h