-
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 builtinYearWeekWithModeSig
#13328
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
Codecov Report
@@ Coverage Diff @@
## master #13328 +/- ##
===========================================
Coverage ? 80.3043%
===========================================
Files ? 469
Lines ? 112964
Branches ? 0
===========================================
Hits ? 90715
Misses ? 15247
Partials ? 7002 |
/run-all-tests |
expression/builtin_time_vec.go
Outdated
} | ||
|
||
// evalInt evals YEARWEEK(date,mode). |
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.
vecEvalInt
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.
Fixed.
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
LGTM |
/merge |
Your auto merge job has been accepted, waiting for 13360, 13363 |
/run-all-tests |
@chenlx0 merge failed. |
/run-all-tests |
PCP #12103
What problem does this PR solve?
implement vectorized evaluation for
builtinYearWeekWithModeSig
What is changed and how it works?
Check List
Tests