PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
SortPath | spath |
int | nPresortedCols |
Definition at line 1663 of file pathnodes.h.
int IncrementalSortPath::nPresortedCols |
Definition at line 1666 of file pathnodes.h.
Referenced by create_incremental_sort_path(), and create_incrementalsort_plan().
SortPath IncrementalSortPath::spath |
Definition at line 1665 of file pathnodes.h.
Referenced by create_incremental_sort_path(), and create_incrementalsort_plan().