|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| NodeTag | type |
| WindowFunc * | wfunc |
| List * | args |
| ExprState * | aggfilter |
| int | wfuncno |
Definition at line 920 of file execnodes.h.
| ExprState* WindowFuncExprState::aggfilter |
Definition at line 925 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), and ExecInitExprRec().
| List* WindowFuncExprState::args |
Definition at line 924 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), ExecInitExprRec(), and ExecInitWindowAgg().
| NodeTag WindowFuncExprState::type |
Definition at line 922 of file execnodes.h.
| WindowFunc* WindowFuncExprState::wfunc |
Definition at line 923 of file execnodes.h.
Referenced by ExecInitExprRec(), and ExecInitWindowAgg().
| int WindowFuncExprState::wfuncno |
Definition at line 926 of file execnodes.h.
Referenced by ExecInitWindowAgg(), ExecInterpExpr(), and ExecWindowAgg().