PostgreSQL Source Code git master
Loading...
Searching...
No Matches
OSAPerGroupState Struct Reference

Data Fields

OSAPerQueryStateqstate
 
MemoryContext gcontext
 
Tuplesortstatesortstate
 
int64 number_of_rows
 
bool sort_done
 

Detailed Description

Definition at line 92 of file orderedsetaggs.c.

Field Documentation

◆ gcontext

MemoryContext OSAPerGroupState::gcontext

Definition at line 97 of file orderedsetaggs.c.

◆ number_of_rows

int64 OSAPerGroupState::number_of_rows

Definition at line 101 of file orderedsetaggs.c.

◆ qstate

OSAPerQueryState* OSAPerGroupState::qstate

Definition at line 95 of file orderedsetaggs.c.

◆ sort_done

bool OSAPerGroupState::sort_done

Definition at line 103 of file orderedsetaggs.c.

◆ sortstate

Tuplesortstate* OSAPerGroupState::sortstate

Definition at line 99 of file orderedsetaggs.c.


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