|
PostgreSQL Source Code git master
|
Definition at line 119 of file nodeWindowAgg.c.
| MemoryContext WindowStatePerAggData::aggcontext |
Definition at line 163 of file nodeWindowAgg.c.
Referenced by ExecEndWindowAgg(), and release_partition().
| FmgrInfo WindowStatePerAggData::finalfn |
Definition at line 133 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::finalfn_oid |
Definition at line 124 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::initValue |
Definition at line 140 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::initValueIsNull |
Definition at line 141 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::inputtypeByVal |
Definition at line 156 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::inputtypeLen |
Definition at line 153 of file nodeWindowAgg.c.
| FmgrInfo WindowStatePerAggData::invtransfn |
Definition at line 132 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::invtransfn_oid |
Definition at line 123 of file nodeWindowAgg.c.
| int WindowStatePerAggData::numFinalArgs |
Definition at line 135 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::restart |
Definition at line 172 of file nodeWindowAgg.c.
Referenced by eval_windowaggregates().
| bool WindowStatePerAggData::resulttypeByVal |
Definition at line 157 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::resulttypeLen |
Definition at line 154 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::resultValue |
Definition at line 146 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::resultValueIsNull |
Definition at line 147 of file nodeWindowAgg.c.
| FmgrInfo WindowStatePerAggData::transfn |
Definition at line 131 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::transfn_oid |
Definition at line 122 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::transtypeByVal |
Definition at line 158 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::transtypeLen |
Definition at line 155 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::transValue |
Definition at line 166 of file nodeWindowAgg.c.
| int64 WindowStatePerAggData::transValueCount |
Definition at line 169 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::transValueIsNull |
Definition at line 167 of file nodeWindowAgg.c.
| int WindowStatePerAggData::wfuncno |
Definition at line 160 of file nodeWindowAgg.c.
Referenced by eval_windowaggregates().