PostgreSQL Source Code: WindowFuncExprState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
WindowFunc * wfunc
List * args
ExprState * aggfilter
int wfuncno

Detailed Description

Definition at line 913 of file execnodes.h.

Field Documentation

aggfilter

ExprState* WindowFuncExprState::aggfilter

Definition at line 918 of file execnodes.h.

Referenced by advance_windowaggregate(), advance_windowaggregate_base(), and ExecInitExprRec().

args

List* WindowFuncExprState::args

Definition at line 917 of file execnodes.h.

Referenced by advance_windowaggregate(), advance_windowaggregate_base(), ExecInitExprRec(), and ExecInitWindowAgg().

type

NodeTag WindowFuncExprState::type

Definition at line 915 of file execnodes.h.

wfunc

WindowFunc* WindowFuncExprState::wfunc

Definition at line 916 of file execnodes.h.

Referenced by ExecInitExprRec(), and ExecInitWindowAgg().

wfuncno

int WindowFuncExprState::wfuncno

Definition at line 919 of file execnodes.h.

Referenced by ExecInitWindowAgg(), ExecInterpExpr(), and ExecWindowAgg().


The documentation for this struct was generated from the following file: