Public Attributes |
SEL_ARG * | key |
uint | key_idx |
uint | mrr_flags |
uint | mrr_buf_size |
double | read_cost |
ha_rows | records |
bool | is_ror |
Additional Inherited Members |
static void * | operator new (size_t size, MEM_ROOT *mem_root) |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
Detailed Description
Definition at line 2161 of file opt_range.cc.
Member Function Documentation
Add basic info for this TABLE_READ_PLAN to the optimizer trace.
- Parameters
-
param | Parameters for range analysis of this table |
trace_object | The optimizer trace object the info is appended to |
Implements TABLE_READ_PLAN.
Definition at line 2196 of file opt_range.cc.
Member Data Documentation
Root of red-black tree for intervals over key fields to be used in "range" method retrieval. See SEL_ARG graph description.
Definition at line 2168 of file opt_range.cc.
The documentation for this class was generated from the following file: