You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, we are compiling the
filter.Predicate
toFilterPredicate
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
andLiftable
typeclasses.The text was updated successfully, but these errors were encountered: