CUBRID Engine  latest
pt_filter_index_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_filter_index_info:
Collaboration graph

Public Attributes

PT_NODEatts
 
int atts_count
 
int depth
 
boolis_null_atts
 
bool has_keys_in_expression
 
bool is_constant_expression
 
bool is_valid_expr
 
bool has_not
 

Detailed Description

Definition at line 3400 of file parse_tree.h.

Member Data Documentation

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
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
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().


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