PostgreSQL Source Code  git master
WindowFuncExprState Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
WindowFuncwfunc
 
Listargs
 
ExprStateaggfilter
 
int wfuncno
 

Detailed Description

Definition at line 868 of file execnodes.h.

Field Documentation

◆ aggfilter

ExprState* WindowFuncExprState::aggfilter

◆ args

List* WindowFuncExprState::args

◆ type

NodeTag WindowFuncExprState::type

Definition at line 870 of file execnodes.h.

◆ wfunc

WindowFunc* WindowFuncExprState::wfunc

Definition at line 871 of file execnodes.h.

Referenced by ExecInitExprRec(), and ExecInitWindowAgg().

◆ wfuncno

int WindowFuncExprState::wfuncno

Definition at line 874 of file execnodes.h.

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


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