A Delta table containing weather records is partitioned by the `date` column. The schema includes `date`, `device_id`, `temp`, `latitude`, and `longitude`. A data engineer executes a query to retrieve records from the Arctic Circle using the filter `latitude > 66.3`. What mechanism does the Delta engine use to identify which specific Parquet files must be loaded to satisfy this query? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz