|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Sort | sort |
| int | nPresortedCols |
Definition at line 1146 of file plannodes.h.
| int IncrementalSort::nPresortedCols |
Definition at line 1150 of file plannodes.h.
Referenced by make_incrementalsort(), preparePresortedCols(), and switchToPresortedPrefixMode().
| Sort IncrementalSort::sort |
Definition at line 1148 of file plannodes.h.
Referenced by ExecIncrementalSort(), make_incrementalsort(), preparePresortedCols(), and switchToPresortedPrefixMode().