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