Skip to content

Support Temporal Projection Filtering #4

@Max-Meldrum

Description

@Max-Meldrum
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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions