23#ifndef SQL_RANGE_OPTIMIZER_PARTITION_PRUNING_H_
24#define SQL_RANGE_OPTIMIZER_PARTITION_PRUNING_H_
Base class that is used to represent any kind of expression in a relational query.
Definition: item.h:850
This class represents a query block, aka a query specification, which is a query consisting of a SELE...
Definition: sql_lex.h:1155
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:33
bool prune_partitions(THD *thd, TABLE *table, Query_block *query_block, Item *pprune_cond)
Perform partition pruning for a given table and condition.
Definition: partition_pruning.cc:250