|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| ExprState * | eqfunction |
| bool | grp_done |
Definition at line 2392 of file execnodes.h.
| ExprState* GroupState::eqfunction |
Definition at line 2395 of file execnodes.h.
Referenced by ExecGroup().
| bool GroupState::grp_done |
Definition at line 2396 of file execnodes.h.
Referenced by ExecGroup(), and ExecReScanGroup().
| ScanState GroupState::ss |
Definition at line 2394 of file execnodes.h.
Referenced by ExecGroup(), and ExecReScanGroup().