My Project
|
Used when finding key fields. More...
Public Member Functions | |
Key_field (Field *field, Item *val, uint level, uint optimize, bool eq_func, bool null_rejecting, bool *cond_guard, uint sj_pred_no) | |
Public Attributes | |
Field * | field |
Item * | val |
May be empty if diff constant. | |
uint | level |
uint | optimize |
bool | eq_func |
bool | null_rejecting |
bool * | cond_guard |
uint | sj_pred_no |
Used when finding key fields.
bool* Key_field::cond_guard |
If true, the condition this struct represents will not be satisfied when val IS NULL.