PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SortTuple Struct Reference

#include <tuplesort.h>

Data Fields

voidtuple
 
Datum datum1
 
bool isnull1
 
int srctape
 

Detailed Description

Definition at line 114 of file tuplesort.h.

Field Documentation

◆ datum1

Datum SortTuple::datum1

Definition at line 117 of file tuplesort.h.

Referenced by tuplesort_putdatum(), and tuplesort_puttuple_common().

◆ isnull1

bool SortTuple::isnull1

Definition at line 118 of file tuplesort.h.

◆ srctape

int SortTuple::srctape

Definition at line 119 of file tuplesort.h.

Referenced by beginmerge().

◆ tuple

void* SortTuple::tuple

The documentation for this struct was generated from the following file: