PostgreSQL Source Code  git master
IncrementalSortPath Struct Reference

#include <pathnodes.h>

Data Fields

SortPath spath
 
int nPresortedCols
 

Detailed Description

Definition at line 2198 of file pathnodes.h.

Field Documentation

◆ nPresortedCols

int IncrementalSortPath::nPresortedCols

Definition at line 2201 of file pathnodes.h.

Referenced by create_incrementalsort_plan().

◆ spath

SortPath IncrementalSortPath::spath

Definition at line 2200 of file pathnodes.h.

Referenced by create_incrementalsort_plan().


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