Public Member Functions | |
| RangeReadPlan (SEL_ARG *key_arg, uint32_t idx_arg, uint32_t mrr_flags_arg) | |
| QuickSelectInterface * | make_quick (Parameter *param, bool, memory::Root *parent_alloc) |
Static Public Member Functions | |
| static void * | operator new (size_t size, memory::Root *mem_root) |
| static void | operator delete (void *, size_t) |
| static void | operator delete (void *, memory::Root *) |
Public Attributes | |
| SEL_ARG * | key |
| uint32_t | key_idx |
| uint32_t | mrr_flags |
| uint32_t | mrr_buf_size |
| double | read_cost |
| ha_rows | records |
| bool | is_ror |
Definition at line 99 of file table_read_plan.h.