24#ifndef SQL_JOIN_OPTIMIZER_ESTIMATE_SELECTIVITY
25#define SQL_JOIN_OPTIMIZER_ESTIMATE_SELECTIVITY
RelationalExpression objects in the same companion set are those that are inner-joined against each o...
Definition: relational_expression.h:78
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:936
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
double EstimateSelectivity(THD *thd, Item *condition, const CompanionSet &companion_set)
For the given condition, to try estimate its filtering selectivity, on a 0..1 scale (where 1....
Definition: estimate_selectivity.cc:362