CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | select_stack |
int | base_count |
int | out_of_context_count |
bool | stop_on_subquery |
bool | disable_loose_scan |
Definition at line 3384 of file parse_tree.h.
int pt_agg_find_info::base_count |
Definition at line 3387 of file parse_tree.h.
Referenced by pt_find_aggregate_functions_pre(), pt_has_aggregate(), and qo_optimize_queries().
bool pt_agg_find_info::disable_loose_scan |
Definition at line 3390 of file parse_tree.h.
Referenced by pt_find_aggregate_functions_pre(), and pt_has_aggregate().
int pt_agg_find_info::out_of_context_count |
Definition at line 3388 of file parse_tree.h.
Referenced by pt_find_aggregate_functions_pre(), pt_has_aggregate(), and qo_optimize_queries().
PT_NODE* pt_agg_find_info::select_stack |
Definition at line 3386 of file parse_tree.h.
Referenced by pt_find_aggregate_functions_post(), pt_find_aggregate_functions_pre(), pt_has_aggregate(), and qo_optimize_queries().
bool pt_agg_find_info::stop_on_subquery |
Definition at line 3389 of file parse_tree.h.
Referenced by pt_find_aggregate_functions_post(), pt_find_aggregate_functions_pre(), pt_has_aggregate(), and qo_optimize_queries().