PostgreSQL Source Code: AggStatePerHashData Struct Reference (original) (raw)
#include <[nodeAgg.h](nodeAgg%5F8h%5Fsource.html)>
Data Fields | |
---|---|
TupleHashTable | hashtable |
TupleHashIterator | hashiter |
TupleTableSlot * | hashslot |
FmgrInfo * | hashfunctions |
Oid * | eqfuncoids |
int | numCols |
int | numhashGrpCols |
int | largestGrpColIdx |
AttrNumber * | hashGrpColIdxInput |
AttrNumber * | hashGrpColIdxHash |
Agg * | aggnode |
Definition at line 309 of file nodeAgg.h.
◆ aggnode
Agg* AggStatePerHashData::aggnode
◆ eqfuncoids
Oid* AggStatePerHashData::eqfuncoids
◆ hashfunctions
FmgrInfo* AggStatePerHashData::hashfunctions
◆ hashGrpColIdxHash
AttrNumber* AggStatePerHashData::hashGrpColIdxHash
◆ hashGrpColIdxInput
AttrNumber* AggStatePerHashData::hashGrpColIdxInput
◆ hashiter
◆ hashslot
◆ hashtable
◆ largestGrpColIdx
int AggStatePerHashData::largestGrpColIdx
◆ numCols
int AggStatePerHashData::numCols
◆ numhashGrpCols
int AggStatePerHashData::numhashGrpCols
The documentation for this struct was generated from the following file:
- src/include/executor/nodeAgg.h