PostgreSQL Source Code
git master
|
Data Fields | |
WindowFuncExprState * | wfuncstate |
WindowFunc * | wfunc |
int | numArguments |
FmgrInfo | flinfo |
Oid | winCollation |
int16 | resulttypeLen |
bool | resulttypeByVal |
bool | plain_agg |
int | aggno |
WindowObject | winobj |
Definition at line 78 of file nodeWindowAgg.c.
int WindowStatePerFuncData::aggno |
Definition at line 98 of file nodeWindowAgg.c.
Referenced by ExecInitWindowAgg().
FmgrInfo WindowStatePerFuncData::flinfo |
Definition at line 86 of file nodeWindowAgg.c.
Referenced by eval_windowfunction(), and ExecInitWindowAgg().
int WindowStatePerFuncData::numArguments |
Definition at line 84 of file nodeWindowAgg.c.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), eval_windowfunction(), and ExecInitWindowAgg().
bool WindowStatePerFuncData::plain_agg |
Definition at line 97 of file nodeWindowAgg.c.
Referenced by begin_partition(), ExecInitWindowAgg(), ExecWindowAgg(), and prepare_tuplestore().
bool WindowStatePerFuncData::resulttypeByVal |
Definition at line 95 of file nodeWindowAgg.c.
Referenced by eval_windowfunction(), and ExecInitWindowAgg().
int16 WindowStatePerFuncData::resulttypeLen |
Definition at line 94 of file nodeWindowAgg.c.
Referenced by eval_windowfunction(), and ExecInitWindowAgg().
WindowFunc* WindowStatePerFuncData::wfunc |
Definition at line 82 of file nodeWindowAgg.c.
Referenced by ExecInitWindowAgg().
WindowFuncExprState* WindowStatePerFuncData::wfuncstate |
Definition at line 81 of file nodeWindowAgg.c.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), ExecInitWindowAgg(), and ExecWindowAgg().
Oid WindowStatePerFuncData::winCollation |
Definition at line 88 of file nodeWindowAgg.c.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), eval_windowfunction(), ExecInitWindowAgg(), and finalize_windowaggregate().
WindowObject WindowStatePerFuncData::winobj |
Definition at line 100 of file nodeWindowAgg.c.
Referenced by begin_partition(), eval_windowfunction(), ExecInitWindowAgg(), prepare_tuplestore(), and release_partition().