PostgreSQL Source Code
git master
|
#include <tuplesort.h>
Data Fields | |
void * | tuple |
Datum | datum1 |
bool | isnull1 |
int | srctape |
Definition at line 147 of file tuplesort.h.
Datum SortTuple::datum1 |
Definition at line 150 of file tuplesort.h.
Referenced by readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), readtup_index_brin(), removeabbrev_cluster(), removeabbrev_heap(), removeabbrev_index(), removeabbrev_index_brin(), tuplesort_gettupleslot(), tuplesort_putbrintuple(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), tuplesort_puttuple_common(), and writetup_datum().
bool SortTuple::isnull1 |
Definition at line 151 of file tuplesort.h.
Referenced by readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), removeabbrev_cluster(), removeabbrev_heap(), removeabbrev_index(), tuplesort_putbrintuple(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), and writetup_datum().
int SortTuple::srctape |
Definition at line 152 of file tuplesort.h.
Referenced by beginmerge(), mergeonerun(), and tuplesort_gettuple_common().
void* SortTuple::tuple |
Definition at line 149 of file tuplesort.h.
Referenced by free_sort_tuple(), readtup_cluster(), readtup_datum(), readtup_heap(), readtup_index(), readtup_index_brin(), removeabbrev_heap(), removeabbrev_index(), removeabbrev_index_brin(), tuplesort_getbrintuple(), tuplesort_getheaptuple(), tuplesort_getindextuple(), tuplesort_gettuple_common(), tuplesort_gettupleslot(), tuplesort_putbrintuple(), tuplesort_putheaptuple(), tuplesort_putindextuplevalues(), writetup_cluster(), writetup_datum(), writetup_heap(), writetup_index(), and writetup_index_brin().