PostgreSQL Source Code  git master
GroupState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprStateeqfunction
 
bool grp_done
 

Detailed Description

Definition at line 2330 of file execnodes.h.

Field Documentation

◆ eqfunction

ExprState* GroupState::eqfunction

Definition at line 2333 of file execnodes.h.

Referenced by ExecGroup(), and ExecInitGroup().

◆ grp_done

bool GroupState::grp_done

Definition at line 2334 of file execnodes.h.

Referenced by ExecGroup(), ExecInitGroup(), and ExecReScanGroup().

◆ ss

ScanState GroupState::ss

The documentation for this struct was generated from the following file: