PostgreSQL Source Code git master
Loading...
Searching...
No Matches
AggStatePerGroupData Struct Reference

#include <nodeAgg.h>

Data Fields

Datum transValue
 
bool transValueIsNull
 
bool noTransValue
 

Detailed Description

Definition at line 250 of file nodeAgg.h.

Field Documentation

◆ noTransValue

bool AggStatePerGroupData::noTransValue

Definition at line 258 of file nodeAgg.h.

◆ transValue

Datum AggStatePerGroupData::transValue

Definition at line 253 of file nodeAgg.h.

◆ transValueIsNull

bool AggStatePerGroupData::transValueIsNull

Definition at line 255 of file nodeAgg.h.


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