For instance, by checking with the MinMaxWheel(fare_amount) we can check quickly whether we can skip the underlying processing (e.g., Parquet):
SELECT * FROM yellow_tripdata
WHERE tpep_dropoff_datetime >= ? AND tpep_dropoff_datetime < ?
AND fare_amount > 1000