CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | from |
PT_NODE * | group_by |
int | depth |
Definition at line 3368 of file parse_tree.h.
int pt_agg_check_info::depth |
Definition at line 3372 of file parse_tree.h.
Referenced by pt_check_single_valued_node(), pt_check_single_valued_node_post(), and pt_semantic_check_local().
PT_NODE* pt_agg_check_info::from |
Definition at line 3370 of file parse_tree.h.
Referenced by pt_check_single_valued_node(), and pt_semantic_check_local().
PT_NODE* pt_agg_check_info::group_by |
Definition at line 3371 of file parse_tree.h.
Referenced by pt_check_single_valued_node(), and pt_semantic_check_local().