PostgreSQL Source Code  git master
GroupState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprStateeqfunction
 
bool grp_done
 

Detailed Description

Definition at line 2408 of file execnodes.h.

Field Documentation

◆ eqfunction

ExprState* GroupState::eqfunction

Definition at line 2411 of file execnodes.h.

Referenced by ExecGroup(), and ExecInitGroup().

◆ grp_done

bool GroupState::grp_done

Definition at line 2412 of file execnodes.h.

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

◆ ss

ScanState GroupState::ss

Definition at line 2410 of file execnodes.h.

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


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