Support Temporal Projection Filtering
Closed this issue · 1 comments
Max-Meldrum commented
SELECT * FROM yellow_tripdata
WHERE tpep_dropoff_datetime >= '{}'
AND tpep_dropoff_datetime < '{}'
The following query can use the underlying Count
wheel to check whether there are any entries for the range, skipping execution if there aren't any.
Max-Meldrum commented