24#ifndef SQL_RANGE_OPTIMIZER_PARTITION_PRUNING_H_ 
   25#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:928
 
This class represents a query block, aka a query specification, which is a query consisting of a SELE...
Definition: sql_lex.h:1179
 
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
 
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
 
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:251