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