[Feature](function) support like with escape clause#52146
[Feature](function) support like with escape clause#52146BiteTheDDDDt merged 5 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
| std::string replace_pattern_by_escape(const StringRef& pattern, char escape_char) { | ||
| std::string result; | ||
| result.reserve(pattern.size); | ||
| for (size_t i = 0; i < pattern.size; ++i) { |
|
run buildall |
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
| inline std::string replace_pattern_by_escape(const StringRef& pattern, char escape_char) { | ||
| std::string result; | ||
| result.reserve(pattern.size); | ||
| for (size_t i = 0; i < pattern.size; ++i) { |
There was a problem hiding this comment.
like "\n" --> like "\n"
like "\a"
like "\n" escape 'b'
\a
|
run buildall |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
support like with escape clause
support like with escape clause
support like with escape clause
support like with escape clause
support like with escape clause
What problem does this PR solve?
support like with escape clause
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)