Public Member Functions | |
GroupMinMaxReadPlan (bool have_min_arg, bool have_max_arg, KeyPartInfo *min_max_arg_part_arg, uint32_t group_prefix_len_arg, uint32_t used_key_parts_arg, uint32_t group_key_parts_arg, KeyInfo *index_info_arg, uint32_t index_arg, uint32_t key_infix_len_arg, unsigned char *key_infix_arg, SEL_TREE *tree_arg, SEL_ARG *index_tree_arg, uint32_t param_idx_arg, ha_rows quick_prefix_records_arg) | |
QuickSelectInterface * | make_quick (Parameter *param, bool retrieve_full_rows, 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 | |
ha_rows | quick_prefix_records |
double | read_cost |
ha_rows | records |
bool | is_ror |
Private Attributes | |
bool | have_min |
bool | have_max |
KeyPartInfo * | min_max_arg_part |
uint32_t | group_prefix_len |
uint32_t | used_key_parts |
uint32_t | group_key_parts |
KeyInfo * | index_info |
uint32_t | index |
uint32_t | key_infix_len |
unsigned char | key_infix [MAX_KEY_LENGTH] |
SEL_TREE * | range_tree |
SEL_ARG * | index_tree |
uint32_t | param_idx |
Definition at line 187 of file table_read_plan.h.