PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 1039 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 1091 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ endOffset

Node* WindowAgg::endOffset

Definition at line 1077 of file plannodes.h.

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

◆ frameOptions

int WindowAgg::frameOptions

Definition at line 1071 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeAsc

bool WindowAgg::inRangeAsc

Definition at line 1097 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeColl

Oid WindowAgg::inRangeColl

Definition at line 1094 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ inRangeNullsFirst

bool WindowAgg::inRangeNullsFirst

Definition at line 1100 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ ordNumCols

◆ partNumCols

int WindowAgg::partNumCols

Definition at line 1047 of file plannodes.h.

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

◆ plan

Plan WindowAgg::plan

Definition at line 1041 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ runCondition

List* WindowAgg::runCondition

Definition at line 1080 of file plannodes.h.

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

◆ runConditionOrig

List* WindowAgg::runConditionOrig

Definition at line 1083 of file plannodes.h.

Referenced by make_windowagg(), and set_plan_refs().

◆ startInRangeFunc

Oid WindowAgg::startInRangeFunc

Definition at line 1088 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ startOffset

Node* WindowAgg::startOffset

Definition at line 1074 of file plannodes.h.

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

◆ topWindow

bool WindowAgg::topWindow

Definition at line 1106 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().

◆ winref

Index WindowAgg::winref

Definition at line 1044 of file plannodes.h.

Referenced by ExecInitWindowAgg(), and make_windowagg().


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