PostgreSQL Source Code: GroupState Struct Reference (original) (raw)
GroupState Struct Reference
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
ScanState | ss |
ExprState * | eqfunction |
bool | grp_done |
Detailed Description
Definition at line 2478 of file execnodes.h.
Field Documentation
◆ eqfunction
ExprState* GroupState::eqfunction
Definition at line 2481 of file execnodes.h.
Referenced by ExecGroup(), and ExecInitGroup().
◆ grp_done
bool GroupState::grp_done
Definition at line 2482 of file execnodes.h.
Referenced by ExecGroup(), ExecInitGroup(), and ExecReScanGroup().
◆ ss
ScanState GroupState::ss
Definition at line 2480 of file execnodes.h.
Referenced by ExecGroup(), ExecInitGroup(), ExecReScanGroup(), and show_group_keys().
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h