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