PostgreSQL Source Code: WindowObjectData Struct Reference (original) (raw)

Data Fields
NodeTag type
WindowAggState * winstate
List * argstates
void * localmem
int markptr
int readptr
int64 markpos
int64 seekpos

Definition at line 62 of file nodeWindowAgg.c.

argstates

List* WindowObjectData::argstates

localmem

void* WindowObjectData::localmem

markpos

int64 WindowObjectData::markpos

markptr

int WindowObjectData::markptr

readptr

int WindowObjectData::readptr

seekpos

int64 WindowObjectData::seekpos

type

winstate


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