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