Drizzled Public API Documentation

drizzled::optimizer::GroupMinMaxReadPlan Class Reference

Inheritance diagram for drizzled::optimizer::GroupMinMaxReadPlan:
drizzled::optimizer::TableReadPlan

List of all members.

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)
QuickSelectInterfacemake_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
KeyPartInfomin_max_arg_part
uint32_t group_prefix_len
uint32_t used_key_parts
uint32_t group_key_parts
KeyInfoindex_info
uint32_t index
uint32_t key_infix_len
unsigned char key_infix [MAX_KEY_LENGTH]
SEL_TREErange_tree
SEL_ARGindex_tree
uint32_t param_idx

Detailed Description

Definition at line 187 of file table_read_plan.h.


The documentation for this class was generated from the following files: