Skip to content

Conversation

@liujiwen-up
Copy link
Contributor

pick #41681

…_in (apache#41681)

trim_in is different from trim
Find and remove any characters in a set of characters at both ends of a
string (regardless of order)

mysql> SELECT TRIM('abcd', 'cde');
+---------------------+
| trim('abcd', 'cde') |
+---------------------+
| abcd                |
+---------------------+
1 row in set (0.02 sec)

mysql> SELECT TRIM_IN('abcd', 'cde');
+------------------------+
| trim_in('abcd', 'cde') |
+------------------------+
| ab                     |
+------------------------+
1 row in set (0.02 sec)
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@liujiwen-up
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.02% (9368/26008)
Line Coverage: 27.58% (76983/279077)
Region Coverage: 26.36% (39528/149954)
Branch Coverage: 23.15% (20108/86870)
Coverage Report: http://coverage.selectdb-in.cc/coverage/9458b649accb10527b911ea5e119a500ae07f181_9458b649accb10527b911ea5e119a500ae07f181/report/index.html

@liujiwen-up
Copy link
Contributor Author

run external

@yiguolei yiguolei merged commit 355170a into apache:branch-2.1 Nov 1, 2024
@yiguolei yiguolei mentioned this pull request Nov 6, 2024
@yiguolei yiguolei mentioned this pull request Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants