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