Header And Logo

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

Data Fields

AggState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
Listaggs
int numaggs
FmgrInfoeqfunctions
FmgrInfohashfunctions
AggStatePerAgg peragg
MemoryContext aggcontext
ExprContexttmpcontext
bool agg_done
AggStatePerGroup pergroup
HeapTuple grp_firstTuple
TupleHashTable hashtable
TupleTableSlothashslot
Listhash_needed
bool table_filled
TupleHashIterator hashiter

Detailed Description

Definition at line 1683 of file execnodes.h.


Field Documentation

Definition at line 1686 of file execnodes.h.

Referenced by ExecInitAgg(), and ExecInitExpr().

Definition at line 1688 of file execnodes.h.

Referenced by agg_retrieve_direct(), build_hash_table(), and ExecInitAgg().

Definition at line 1696 of file execnodes.h.

Referenced by agg_retrieve_direct(), ExecInitAgg(), and ExecReScanAgg().

Definition at line 1700 of file execnodes.h.

Referenced by ExecInitAgg(), and lookup_hash_entry().

Definition at line 1689 of file execnodes.h.

Referenced by build_hash_table(), and ExecInitAgg().

Definition at line 1702 of file execnodes.h.

Referenced by agg_fill_hash_table(), agg_retrieve_hash_table(), and ExecReScanAgg().

Definition at line 1699 of file execnodes.h.

Referenced by ExecInitAgg(), and lookup_hash_entry().

Definition at line 1695 of file execnodes.h.

Referenced by agg_retrieve_direct(), ExecInitAgg(), and ExecReScanAgg().

Definition at line 1701 of file execnodes.h.

Referenced by agg_fill_hash_table(), ExecAgg(), ExecInitAgg(), and ExecReScanAgg().


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