PostgreSQL Source Code
git master
|
#include <tuplesort.h>
Data Fields | |
void * | tuple |
Datum | datum1 |
bool | isnull1 |
int | srctape |
Definition at line 136 of file tuplesort.h.
Datum SortTuple::datum1 |
Definition at line 139 of file tuplesort.h.
Referenced by readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), removeabbrev_cluster(), removeabbrev_heap(), removeabbrev_index(), tuplesort_gettupleslot(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), tuplesort_puttuple_common(), and writetup_datum().
bool SortTuple::isnull1 |
Definition at line 140 of file tuplesort.h.
Referenced by readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), removeabbrev_cluster(), removeabbrev_heap(), removeabbrev_index(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), and writetup_datum().
int SortTuple::srctape |
Definition at line 141 of file tuplesort.h.
Referenced by beginmerge(), mergeonerun(), and tuplesort_gettuple_common().
void* SortTuple::tuple |
Definition at line 138 of file tuplesort.h.
Referenced by dumptuples(), free_sort_tuple(), readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), removeabbrev_heap(), removeabbrev_index(), tuplesort_getheaptuple(), tuplesort_getindextuple(), tuplesort_gettuple_common(), tuplesort_gettupleslot(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), tuplesort_puttuple_common(), writetup_cluster(), writetup_datum(), writetup_heap(), and writetup_index().