CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | atts |
int | atts_count |
int | depth |
bool * | is_null_atts |
bool | has_keys_in_expression |
bool | is_constant_expression |
bool | is_valid_expr |
bool | has_not |
Definition at line 3400 of file parse_tree.h.
PT_NODE* pt_filter_index_info::atts |
Definition at line 3402 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().
int pt_filter_index_info::atts_count |
Definition at line 3403 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().
int pt_filter_index_info::depth |
Definition at line 3404 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), pt_check_filter_index_expr_post(), and pt_check_filter_index_expr_pre().
bool pt_filter_index_info::has_keys_in_expression |
Definition at line 3407 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().
bool pt_filter_index_info::has_not |
Definition at line 3410 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), pt_check_filter_index_expr_post(), and pt_check_filter_index_expr_pre().
bool pt_filter_index_info::is_constant_expression |
Definition at line 3408 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().
bool* pt_filter_index_info::is_null_atts |
Definition at line 3405 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().
bool pt_filter_index_info::is_valid_expr |
Definition at line 3409 of file parse_tree.h.
Referenced by pt_check_filter_index_expr(), and pt_check_filter_index_expr_pre().