Skip to content

Support MinMax temporal pruning #2

@Max-Meldrum

Description

@Max-Meldrum

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions