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

Public Attributes

VFID temp [2 *SORT_MAX_HALF_FILES]
 
VFID multipage_file
 
FILE_CONTENTS file_contents [2 *SORT_MAX_HALF_FILES]
 
bool tde_encrypted
 
VOL_LIST vol_list
 
char * internal_memory
 
int tot_runs
 
int tot_buffers
 
int tot_tempfiles
 
int half_files
 
int in_half
 
void * out_arg
 
SORT_CMP_FUNCcmp_fn
 
void * cmp_arg
 
SORT_DUP_OPTION option
 
SORT_PUT_FUNCput_fn
 
void * put_arg
 
int tmp_file_pgs
 
int limit
 
int px_height_max
 
int px_array_size
 
PX_TREE_NODEpx_array
 

Detailed Description

Definition at line 145 of file external_sort.c.

Member Data Documentation

void* sort_param::cmp_arg
char* sort_param::internal_memory
int sort_param::limit

Definition at line 177 of file external_sort.c.

Referenced by sort_listfile(), and sort_run_flush().

VFID sort_param::multipage_file

Definition at line 148 of file external_sort.c.

Referenced by sort_inphase_sort(), sort_listfile(), and sort_return_used_resources().

SORT_DUP_OPTION sort_param::option

Definition at line 167 of file external_sort.c.

Referenced by px_sort_myself(), sort_inphase_sort(), sort_listfile(), and sort_run_sort().

void* sort_param::out_arg

Definition at line 162 of file external_sort.c.

void* sort_param::put_arg
SORT_PUT_FUNC* sort_param::put_fn
PX_TREE_NODE* sort_param::px_array
int sort_param::px_array_size
int sort_param::px_height_max
bool sort_param::tde_encrypted

Definition at line 151 of file external_sort.c.

Referenced by sort_inphase_sort(), sort_listfile(), and sort_run_flush().

int sort_param::tmp_file_pgs

Definition at line 174 of file external_sort.c.

Referenced by sort_listfile(), and sort_run_flush().

int sort_param::tot_buffers
int sort_param::tot_runs

Definition at line 156 of file external_sort.c.

Referenced by sort_inphase_sort(), sort_listfile(), and sort_run_flush().

VOL_LIST sort_param::vol_list

Definition at line 153 of file external_sort.c.

Referenced by sort_listfile().


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