PostgreSQL Source Code: SharedAggInfo Struct Reference (original) (raw)
SharedAggInfo Struct Reference
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
int | num_workers |
AggregateInstrumentation | sinstrument [FLEXIBLE_ARRAY_MEMBER] |
Detailed Description
Definition at line 2500 of file execnodes.h.
Field Documentation
◆ num_workers
int SharedAggInfo::num_workers
Definition at line 2502 of file execnodes.h.
Referenced by ExecAggInitializeDSM(), ExecAggRetrieveInstrumentation(), and show_hashagg_info().
◆ sinstrument
AggregateInstrumentation SharedAggInfo::sinstrument[FLEXIBLE_ARRAY_MEMBER]
Definition at line 2503 of file execnodes.h.
Referenced by ExecEndAgg(), and show_hashagg_info().
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h