PostgreSQL Source Code: AggStatePerAggData Struct Reference (original) (raw)

#include <[nodeAgg.h](nodeAgg%5F8h%5Fsource.html)>

Data Fields
Aggref * aggref
int transno
Oid finalfn_oid
FmgrInfo finalfn
int numFinalArgs
List * aggdirectargs
int16 resulttypeLen
bool resulttypeByVal
bool shareable

Definition at line 187 of file nodeAgg.h.

aggdirectargs

List* AggStatePerAggData::aggdirectargs

aggref

Aggref* AggStatePerAggData::aggref

finalfn

finalfn_oid

Oid AggStatePerAggData::finalfn_oid

numFinalArgs

int AggStatePerAggData::numFinalArgs

resulttypeByVal

bool AggStatePerAggData::resulttypeByVal

resulttypeLen

int16 AggStatePerAggData::resulttypeLen

shareable

bool AggStatePerAggData::shareable

transno

int AggStatePerAggData::transno


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