Skip to content

Compile filter predicates at compile-time #76

Open
@grouzen

Description

@grouzen

Currently, we are compiling the filter.Predicate to FilterPredicate in runtime.
It is possible to do this at compile time, given that Parquet filter predicates work with primitive types, which makes it much easier to implement the necessary FromExpr/ToExpr and Liftable typeclasses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions