24#ifndef SQL_JOIN_OPTIMIZER_ESTIMATE_SELECTIVITY
25#define SQL_JOIN_OPTIMIZER_ESTIMATE_SELECTIVITY
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:853
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:34
double EstimateSelectivity(THD *thd, Item *condition, std::string *trace)
For the given condition, to try estimate its filtering selectivity, on a 0..1 scale (where 1....