|
PostgreSQL Source Code git master
|
Definition at line 117 of file nodeWindowAgg.c.
| MemoryContext WindowStatePerAggData::aggcontext |
Definition at line 161 of file nodeWindowAgg.c.
Referenced by ExecEndWindowAgg(), and release_partition().
| FmgrInfo WindowStatePerAggData::finalfn |
Definition at line 131 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::finalfn_oid |
Definition at line 122 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::initValue |
Definition at line 138 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::initValueIsNull |
Definition at line 139 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::inputtypeByVal |
Definition at line 154 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::inputtypeLen |
Definition at line 151 of file nodeWindowAgg.c.
| FmgrInfo WindowStatePerAggData::invtransfn |
Definition at line 130 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::invtransfn_oid |
Definition at line 121 of file nodeWindowAgg.c.
| int WindowStatePerAggData::numFinalArgs |
Definition at line 133 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::restart |
Definition at line 170 of file nodeWindowAgg.c.
Referenced by eval_windowaggregates().
| bool WindowStatePerAggData::resulttypeByVal |
Definition at line 155 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::resulttypeLen |
Definition at line 152 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::resultValue |
Definition at line 144 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::resultValueIsNull |
Definition at line 145 of file nodeWindowAgg.c.
| FmgrInfo WindowStatePerAggData::transfn |
Definition at line 129 of file nodeWindowAgg.c.
| Oid WindowStatePerAggData::transfn_oid |
Definition at line 120 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::transtypeByVal |
Definition at line 156 of file nodeWindowAgg.c.
| int16 WindowStatePerAggData::transtypeLen |
Definition at line 153 of file nodeWindowAgg.c.
| Datum WindowStatePerAggData::transValue |
Definition at line 164 of file nodeWindowAgg.c.
| int64 WindowStatePerAggData::transValueCount |
Definition at line 167 of file nodeWindowAgg.c.
| bool WindowStatePerAggData::transValueIsNull |
Definition at line 165 of file nodeWindowAgg.c.
| int WindowStatePerAggData::wfuncno |
Definition at line 158 of file nodeWindowAgg.c.
Referenced by eval_windowaggregates().