mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
add comment
This commit is contained in:
parent
c6598dc66d
commit
ec382d7903
@ -56,6 +56,7 @@ String Range::toString() const
|
||||
|
||||
|
||||
/// Example: for `Hello\_World% ...` string it returns `Hello_World`, and for `%test%` returns an empty string.
|
||||
/// If perfect_prefix_match == true, only consider pattern in the format `prefix%_`
|
||||
String extractFixedPrefixFromLikePattern(const String & like_pattern, bool perfect_prefix_match)
|
||||
{
|
||||
String fixed_prefix;
|
||||
|
Loading…
Reference in New Issue
Block a user