-
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 builtinStringIsNullSig
#12128
Conversation
…-builtinStringIsNullSig
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.
Thanks! @b41sh Could you please add some test cases in builtin_string_vec_test.go to run the unit test and the benchmark. And put the benchmark results into your pull request description.
Codecov Report
@@ Coverage Diff @@
## master #12128 +/- ##
===========================================
Coverage 81.3269% 81.3269%
===========================================
Files 453 453
Lines 98661 98661
===========================================
Hits 80238 80238
Misses 12705 12705
Partials 5718 5718 |
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 |
@b41sh merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 11702, 12150, 12035 |
/run-all-tests |
@b41sh merge failed. |
…-builtinStringIsNullSig
…41sh/tidb into vecexpr-builtinStringIsNullSig
What problem does this PR solve?
Implement vectorized evaluation for builtinStringIsNullSig.
12103
What is changed and how it works?
Check List
Tests