CUBRID Engine  latest
sort_rec_list Struct Reference
Collaboration diagram for sort_rec_list:
Collaboration graph

Public Attributes

struct sort_rec_listnext
 
int rec_pos
 
bool is_duplicated
 

Detailed Description

Definition at line 189 of file external_sort.c.

Member Data Documentation

bool sort_rec_list::is_duplicated

Definition at line 193 of file external_sort.c.

Referenced by sort_exphase_merge_elim_dup().

struct sort_rec_list* sort_rec_list::next

Definition at line 191 of file external_sort.c.

Referenced by sort_exphase_merge(), and sort_exphase_merge_elim_dup().

int sort_rec_list::rec_pos

Definition at line 192 of file external_sort.c.

Referenced by sort_exphase_merge(), and sort_exphase_merge_elim_dup().


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