-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression: implement vectorized evaluation for builtinCastDecimalAsDurationSig
#13790
Conversation
Please run |
Codecov Report
@@ Coverage Diff @@
## master #13790 +/- ##
================================================
- Coverage 80.6352% 80.1119% -0.5233%
================================================
Files 474 474
Lines 119769 116839 -2930
================================================
- Hits 96576 93602 -2974
- Misses 15783 15850 +67
+ Partials 7410 7387 -23 |
already modified, plz check |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
What problem does this PR solve?
implement vectorized evaluation for builtinCastDecimalAsDurationSig, for #12106
What is changed and how it works?
according to benchmark, about 5 times faster than before:
Check List
Tests