Drizzled Public API Documentation

drizzled::optimizer::GroupMinMaxReadPlan Class Reference
Inheritance diagram for drizzled::optimizer::GroupMinMaxReadPlan:
drizzled::optimizer::TableReadPlan drizzled::memory::SqlAlloc

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)
 
static void * operator new (size_t size, Root &root)
 
static void * operator new (size_t size, Root *root)
 
static void * operator new[] (size_t size)
 
static void * operator new[] (size_t size, Root &root)
 
static void * operator new[] (size_t size, Root *root)
 
static void operator delete (void *)
 
static void operator delete (void *, Root &)
 
static void operator delete (void *, Root *)
 
static void operator delete[] (void *)
 
static void operator delete[] (void *, Root &)
 
static void operator delete[] (void *, 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 155 of file table_read_plan.h.


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