|
PostgreSQL Source Code git master
|
#include <nodeAgg.h>
Data Fields | |
| AggStrategy | aggstrategy |
| int | numsets |
| int * | gset_lengths |
| Bitmapset ** | grouped_cols |
| ExprState ** | eqfunctions |
| Agg * | aggnode |
| Sort * | sortnode |
| ExprState * | evaltrans |
| ExprState * | evaltrans_cache [2][2] |
| Agg* AggStatePerPhaseData::aggnode |
Definition at line 288 of file nodeAgg.h.
Referenced by ExecInitAgg().
| AggStrategy AggStatePerPhaseData::aggstrategy |
Definition at line 282 of file nodeAgg.h.
Referenced by ExecAgg(), and ExecInitAgg().
| ExprState* AggStatePerPhaseData::evaltrans |
Definition at line 291 of file nodeAgg.h.
Referenced by ExecInitAgg(), and hashagg_recompile_expressions().
| ExprState* AggStatePerPhaseData::evaltrans_cache[2][2] |
Definition at line 299 of file nodeAgg.h.
Referenced by ExecInitAgg(), and hashagg_recompile_expressions().
| int AggStatePerPhaseData::numsets |
Definition at line 283 of file nodeAgg.h.
Referenced by ExecBuildAggTrans(), and ExecInitAgg().