PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
ExprState * | eqfunction |
bool | grp_done |
Definition at line 2330 of file execnodes.h.
ExprState* GroupState::eqfunction |
Definition at line 2333 of file execnodes.h.
Referenced by ExecGroup(), and ExecInitGroup().
bool GroupState::grp_done |
Definition at line 2334 of file execnodes.h.
Referenced by ExecGroup(), ExecInitGroup(), and ExecReScanGroup().
ScanState GroupState::ss |
Definition at line 2332 of file execnodes.h.
Referenced by ExecEndGroup(), ExecGroup(), ExecInitGroup(), ExecReScanGroup(), and show_group_keys().