PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
WindowFunc * | wfunc |
List * | args |
ExprState * | aggfilter |
int | wfuncno |
Definition at line 881 of file execnodes.h.
ExprState* WindowFuncExprState::aggfilter |
Definition at line 886 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), and ExecInitExprRec().
List* WindowFuncExprState::args |
Definition at line 885 of file execnodes.h.
Referenced by advance_windowaggregate(), advance_windowaggregate_base(), ExecInitExprRec(), and ExecInitWindowAgg().
NodeTag WindowFuncExprState::type |
Definition at line 883 of file execnodes.h.
WindowFunc* WindowFuncExprState::wfunc |
Definition at line 884 of file execnodes.h.
Referenced by ExecInitExprRec(), and ExecInitWindowAgg().
int WindowFuncExprState::wfuncno |
Definition at line 887 of file execnodes.h.
Referenced by ExecInitWindowAgg(), ExecInterpExpr(), and ExecWindowAgg().