PostgreSQL Source Code git master
WindowAgg Struct Reference

#include <plannodes.h>

Public Member Functions

AttrNumber *partColIdx pg_node_attr (array_size(partNumCols))
 
Oid *partOperators pg_node_attr (array_size(partNumCols))
 
Oid *partCollations pg_node_attr (array_size(partNumCols))
 
AttrNumber *ordColIdx pg_node_attr (array_size(ordNumCols))
 
Oid *ordOperators pg_node_attr (array_size(ordNumCols))
 
Oid *ordCollations pg_node_attr (array_size(ordNumCols))
 

Data Fields

Plan plan
 
Index winref
 
int partNumCols
 
int ordNumCols
 
int frameOptions
 
NodestartOffset
 
NodeendOffset
 
ListrunCondition
 
ListrunConditionOrig
 
Oid startInRangeFunc
 
Oid endInRangeFunc
 
Oid inRangeColl
 
bool inRangeAsc
 
bool inRangeNullsFirst
 
bool topWindow
 

Detailed Description

Definition at line 1170 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr() [1/6]

AttrNumber *ordColIdx WindowAgg::pg_node_attr ( array_size(ordNumCols )

◆ pg_node_attr() [2/6]

Oid *ordOperators WindowAgg::pg_node_attr ( array_size(ordNumCols )

◆ pg_node_attr() [3/6]

Oid *ordCollations WindowAgg::pg_node_attr ( array_size(ordNumCols )

◆ pg_node_attr() [4/6]

AttrNumber *partColIdx WindowAgg::pg_node_attr ( array_size(partNumCols )

◆ pg_node_attr() [5/6]

Oid *partOperators WindowAgg::pg_node_attr ( array_size(partNumCols )

◆ pg_node_attr() [6/6]

Oid *partCollations WindowAgg::pg_node_attr ( array_size(partNumCols )

Field Documentation

◆ endInRangeFunc

Oid WindowAgg::endInRangeFunc

Definition at line 1222 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ endOffset

Node* WindowAgg::endOffset

Definition at line 1208 of file plannodes.h.

Referenced by ExecInitWindowAgg(), make_windowagg(), and set_plan_refs().

◆ frameOptions

int WindowAgg::frameOptions

Definition at line 1202 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeAsc

bool WindowAgg::inRangeAsc

Definition at line 1228 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeColl

Oid WindowAgg::inRangeColl

Definition at line 1225 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeNullsFirst

bool WindowAgg::inRangeNullsFirst

Definition at line 1231 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ ordNumCols

◆ partNumCols

int WindowAgg::partNumCols

Definition at line 1178 of file plannodes.h.

Referenced by ExecInitWindowAgg(), make_windowagg(), and spool_tuples().

◆ plan

Plan WindowAgg::plan

Definition at line 1172 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ runCondition

List* WindowAgg::runCondition

Definition at line 1211 of file plannodes.h.

Referenced by ExecInitWindowAgg(), make_windowagg(), and set_plan_refs().

◆ runConditionOrig

List* WindowAgg::runConditionOrig

Definition at line 1214 of file plannodes.h.

Referenced by make_windowagg(), and set_plan_refs().

◆ startInRangeFunc

Oid WindowAgg::startInRangeFunc

Definition at line 1219 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ startOffset

Node* WindowAgg::startOffset

Definition at line 1205 of file plannodes.h.

Referenced by ExecInitWindowAgg(), make_windowagg(), and set_plan_refs().

◆ topWindow

bool WindowAgg::topWindow

Definition at line 1237 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ winref

Index WindowAgg::winref

Definition at line 1175 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().


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