-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat](nereids) support date function in partition prune (#38743)
This pr supports to compute date(dt)>10. For example, there is a partition ('2020-01-01 10:00:00', '2020-02-05 10:00:00') , partition column is dt, and a predicate date(dt)<'2019-01-01 ', this partition can be pruned.
- Loading branch information
1 parent
f18d7b6
commit da226b9
Showing
3 changed files
with
335 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.