PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
SortPath | spath |
int | nPresortedCols |
Definition at line 2177 of file pathnodes.h.
int IncrementalSortPath::nPresortedCols |
Definition at line 2180 of file pathnodes.h.
Referenced by create_incrementalsort_plan().
SortPath IncrementalSortPath::spath |
Definition at line 2179 of file pathnodes.h.
Referenced by create_incrementalsort_plan().