mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix code style
This commit is contained in:
parent
acb33c1d81
commit
23897b823d
@ -695,7 +695,7 @@ endsWith(str, suffix)
|
||||
|
||||
## endsWithUTF8
|
||||
|
||||
Returns whether string `str` ends with `suffix`, assuming that both strings contain svalid UTF-8 encoded text. If this assumption is violated, no exception is thrown and the result is undefined.
|
||||
Returns whether string `str` ends with `suffix`, assuming that both strings contain valid UTF-8 encoded text. If this assumption is violated, no exception is thrown and the result is undefined.
|
||||
|
||||
**Syntax**
|
||||
|
||||
|
@ -263,6 +263,7 @@ encodeURLComponent
|
||||
encodeURLFormComponent
|
||||
encodeXMLComponent
|
||||
endsWith
|
||||
endsWithUTF8
|
||||
equals
|
||||
erf
|
||||
erfc
|
||||
@ -665,6 +666,7 @@ splitByString
|
||||
splitByWhitespace
|
||||
sqrt
|
||||
startsWith
|
||||
startsWithUTF8
|
||||
subBitmap
|
||||
substring
|
||||
substringUTF8
|
||||
|
@ -1394,6 +1394,7 @@ encodings
|
||||
encryptions
|
||||
endian
|
||||
endsWith
|
||||
endsWithUTF8
|
||||
enum
|
||||
enum's
|
||||
enums
|
||||
@ -2200,6 +2201,7 @@ src
|
||||
stacktrace
|
||||
stacktraces
|
||||
startsWith
|
||||
startsWithUTF8
|
||||
statbox
|
||||
stateful
|
||||
stddev
|
||||
|
Loading…
Reference in New Issue
Block a user