A Delta Lake table with the schema `user_id LONG, post_text STRING, post_id STRING, longitude FLOAT, latitude FLOAT, post_time TIMESTAMP, date DATE` is partitioned by the `date` column. When executing a query with the filter condition `longitude < 20 AND longitude > -20`, how will the data be filtered? | Databricks Certified Data Engineer - Professional Quiz - LeetQuiz