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