PostgreSQL Source Code  git master
WindowObjectData Struct Reference

Data Fields

NodeTag type
 
WindowAggStatewinstate
 
Listargstates
 
void * localmem
 
int markptr
 
int readptr
 
int64 markpos
 
int64 seekpos
 

Detailed Description

Definition at line 62 of file nodeWindowAgg.c.

Field Documentation

◆ argstates

List* WindowObjectData::argstates

◆ localmem

void* WindowObjectData::localmem

◆ markpos

int64 WindowObjectData::markpos

Definition at line 70 of file nodeWindowAgg.c.

Referenced by begin_partition(), and WinSetMarkPosition().

◆ markptr

int WindowObjectData::markptr

◆ readptr

int WindowObjectData::readptr

◆ seekpos

int64 WindowObjectData::seekpos

Definition at line 71 of file nodeWindowAgg.c.

Referenced by begin_partition(), window_gettupleslot(), and WinSetMarkPosition().

◆ type

NodeTag WindowObjectData::type

Definition at line 64 of file nodeWindowAgg.c.

◆ winstate


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