PostgreSQL Source Code git master
WindowObjectData Struct Reference

Data Fields

NodeTag type
 
WindowAggStatewinstate
 
Listargstates
 
void * localmem
 
int markptr
 
int readptr
 
int64 markpos
 
int64 seekpos
 
uint8 ** notnull_info
 
int64num_notnull_info
 
int ignore_nulls
 

Detailed Description

Definition at line 62 of file nodeWindowAgg.c.

Field Documentation

◆ argstates

◆ ignore_nulls

◆ 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

◆ notnull_info

uint8** WindowObjectData::notnull_info

◆ num_notnull_info

int64* WindowObjectData::num_notnull_info

Definition at line 73 of file nodeWindowAgg.c.

Referenced by begin_partition(), grow_notnull_info(), and init_notnull_info().

◆ 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: