CUBRID Engine
latest
|
#include <xasl_generation.h>
Public Attributes | |
AGGREGATE_TYPE * | head_list |
OUTPTR_LIST * | out_list |
VAL_LIST * | value_list |
REGU_VARIABLE_LIST | regu_list |
REGU_VARIABLE_LIST | scan_regu_list |
PT_NODE * | out_names |
DB_VALUE ** | grbynum_valp |
const char * | class_name |
int | flag_agg_optimize |
Definition at line 99 of file xasl_generation.h.
const char* aggregate_info::class_name |
Definition at line 108 of file xasl_generation.h.
Referenced by pt_to_aggregate(), and pt_to_aggregate_node().
int aggregate_info::flag_agg_optimize |
Definition at line 109 of file xasl_generation.h.
Referenced by pt_to_aggregate(), and pt_to_aggregate_node().
DB_VALUE** aggregate_info::grbynum_valp |
Definition at line 107 of file xasl_generation.h.
Referenced by pt_to_aggregate(), and pt_to_aggregate_node().
AGGREGATE_TYPE* aggregate_info::head_list |
Definition at line 101 of file xasl_generation.h.
Referenced by pt_to_aggregate(), and pt_to_aggregate_node().
OUTPTR_LIST* aggregate_info::out_list |
Definition at line 102 of file xasl_generation.h.
Referenced by pt_aggregate_info_update_value_and_reguvar_lists(), pt_fix_buildlist_aggregate_cume_dist_percent_rank(), pt_to_aggregate(), and pt_to_aggregate_node().
PT_NODE* aggregate_info::out_names |
Definition at line 106 of file xasl_generation.h.
Referenced by pt_fix_buildlist_aggregate_cume_dist_percent_rank(), pt_to_aggregate(), and pt_to_aggregate_node().
REGU_VARIABLE_LIST aggregate_info::regu_list |
Definition at line 104 of file xasl_generation.h.
Referenced by pt_aggregate_info_update_value_and_reguvar_lists(), pt_fix_buildlist_aggregate_cume_dist_percent_rank(), pt_to_aggregate(), and pt_to_aggregate_node().
REGU_VARIABLE_LIST aggregate_info::scan_regu_list |
Definition at line 105 of file xasl_generation.h.
Referenced by pt_aggregate_info_update_scan_regu_list(), pt_fix_buildlist_aggregate_cume_dist_percent_rank(), and pt_to_aggregate().
VAL_LIST* aggregate_info::value_list |
Definition at line 103 of file xasl_generation.h.
Referenced by pt_aggregate_info_append_value_list(), pt_aggregate_info_update_scan_regu_list(), pt_fix_buildlist_aggregate_cume_dist_percent_rank(), pt_to_aggregate(), and pt_to_aggregate_node().