CUBRID Engine  latest
SORT_REC Struct Reference

#include <external_sort.h>

Collaboration diagram for SORT_REC:
Collaboration graph

Public Attributes

SORT_RECnext
 
union {
   struct {
      INT32   pageid
 
      INT16   volid
 
      INT16   offset
 
      char   body [1]
 
   }   original
 
   int   offset [1]
 
s
 

Detailed Description

Definition at line 68 of file external_sort.h.

Member Data Documentation

char SORT_REC::body[1]

Definition at line 79 of file external_sort.h.

int SORT_REC::offset[1]

Definition at line 88 of file external_sort.h.

INT32 SORT_REC::pageid

Definition at line 76 of file external_sort.h.

INT16 SORT_REC::volid

Definition at line 77 of file external_sort.h.


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