The purpose for partitioning a table is to reduce the number of rows that must be scanned in order to satisfy a given query. If a table is partitioned based on the query predicate, can the user verify that the query planner is selectively scanning the relevant data by viewing the the query plan?