Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
ghx-label-10
Description
Iceberg provides a rich API to push down predicates, e.g. we could push down complex predicates with OR, NOT, etc.
Also, currently we only push down predicates in the form:
COL <bin-operator> LITERAL_EXPR E.g.: col_ts <= '2021-01-01 12:01:00'
Instead of only allowing literal expressions, we could evaluate any constant expression and push down the result to Iceberg.
Attachments
1.
|
push down IN predicate to iceberg | Resolved | Li Penglin | |
2.
|
push down IS_NULL predicate to iceberg | Resolved | Li Penglin | |
3.
|
push down compound predicates to iceberg | Resolved | Li Penglin | |
4.
|
push down NOT_IN predicate to iceberg | Resolved | Li Penglin |