-
Notifications
You must be signed in to change notification settings - Fork 279
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
add strlen function #2217
base: main
Are you sure you want to change the base?
add strlen function #2217
Conversation
Since the result is filtered by
|
Data type of varchar have two representation in Infinity. When check file src/parser/type/complex/varchar.h, you can find varchar data with length <= 13 and > 13 will have different memory layout. So the two cases should be tested in all function related with data type of varchar. |
Copy that |
What problem does this PR solve?
Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.
Type of change