PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
WindowFunc * | wfunc |
List * | args |
ExprState * | aggfilter |
int | wfuncno |
Definition at line 895 of file execnodes.h.
ExprState* WindowFuncExprState::aggfilter |
Definition at line 900 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), and ExecInitExprRec().
List* WindowFuncExprState::args |
Definition at line 899 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), ExecInitExprRec(), and ExecInitWindowAgg().
NodeTag WindowFuncExprState::type |
Definition at line 897 of file execnodes.h.
WindowFunc* WindowFuncExprState::wfunc |
Definition at line 898 of file execnodes.h.
Referenced by ExecInitExprRec(), and ExecInitWindowAgg().
int WindowFuncExprState::wfuncno |
Definition at line 901 of file execnodes.h.
Referenced by ExecInitWindowAgg(), ExecInterpExpr(), and ExecWindowAgg().