Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

WindowStatePerAggData Struct Reference

Data Fields

Oid transfn_oid
Oid finalfn_oid
FmgrInfo transfn
FmgrInfo finalfn
Datum initValue
bool initValueIsNull
Datum resultValue
bool resultValueIsNull
int16 inputtypeLen
int16 resulttypeLen
int16 transtypeLen
bool inputtypeByVal
bool resulttypeByVal
bool transtypeByVal
int wfuncno
Datum transValue
bool transValueIsNull
bool noTransValue

Detailed Description

Definition at line 104 of file nodeWindowAgg.c.


Field Documentation

Definition at line 116 of file nodeWindowAgg.c.

Referenced by finalize_windowaggregate(), and initialize_peragg().

Definition at line 108 of file nodeWindowAgg.c.

Referenced by finalize_windowaggregate(), and initialize_peragg().

Definition at line 121 of file nodeWindowAgg.c.

Referenced by initialize_peragg(), and initialize_windowaggregate().

Definition at line 122 of file nodeWindowAgg.c.

Referenced by initialize_peragg(), and initialize_windowaggregate().

Definition at line 137 of file nodeWindowAgg.c.

Definition at line 134 of file nodeWindowAgg.c.

Definition at line 147 of file nodeWindowAgg.c.

Referenced by advance_windowaggregate(), and initialize_windowaggregate().

Definition at line 127 of file nodeWindowAgg.c.

Referenced by eval_windowaggregates().

Definition at line 128 of file nodeWindowAgg.c.

Referenced by eval_windowaggregates(), and initialize_windowaggregate().

Definition at line 115 of file nodeWindowAgg.c.

Referenced by advance_windowaggregate(), and initialize_peragg().

Definition at line 107 of file nodeWindowAgg.c.

Referenced by initialize_peragg().

Definition at line 141 of file nodeWindowAgg.c.

Referenced by eval_windowaggregates(), and ExecInitWindowAgg().


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