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

#include <plannodes.h>

Data Fields

Sort sort
 
int nPresortedCols
 

Detailed Description

Definition at line 1146 of file plannodes.h.

Field Documentation

◆ nPresortedCols

int IncrementalSort::nPresortedCols

Definition at line 1150 of file plannodes.h.

Referenced by make_incrementalsort().

◆ sort

Sort IncrementalSort::sort

Definition at line 1148 of file plannodes.h.

Referenced by make_incrementalsort().


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