|
PostgreSQL Source Code git master
|
#include <tuplesort.h>
Data Fields | |
| void * | tuple |
| Datum | datum1 |
| bool | isnull1 |
| int | srctape |
Definition at line 114 of file tuplesort.h.
| Datum SortTuple::datum1 |
Definition at line 117 of file tuplesort.h.
Referenced by tuplesort_putdatum(), and tuplesort_puttuple_common().
| bool SortTuple::isnull1 |
Definition at line 118 of file tuplesort.h.
| int SortTuple::srctape |
Definition at line 119 of file tuplesort.h.
Referenced by beginmerge().
| void* SortTuple::tuple |
Definition at line 116 of file tuplesort.h.
Referenced by tuplesort_getheaptuple(), tuplesort_getindextuple(), and tuplesort_gettupleslot().