mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix documentation after review
This commit is contained in:
parent
f6b16e40af
commit
35ccd128f4
@ -165,9 +165,9 @@ Returns a string that removes the whitespace characters on right side.
|
||||
|
||||
Returns a string that removes the whitespace characters on either side.
|
||||
|
||||
## crc32(s)
|
||||
## CRC32(s)
|
||||
|
||||
Returns the crc32 hashsum of a string
|
||||
Returns the CRC32 checksum of a string
|
||||
The result type is UInt32.
|
||||
|
||||
[Original article](https://clickhouse.yandex/docs/en/query_language/functions/string_functions/) <!--hide-->
|
||||
|
@ -117,8 +117,8 @@ SELECT format('{} {}', 'Hello', 'World')
|
||||
## tryBase64Decode(s)
|
||||
Функционал аналогичен base64Decode, но при невозможности декодирования возвращает пустую строку.
|
||||
|
||||
## crc32(s)
|
||||
Возвращает хэш-сумму crc32 данной строки.
|
||||
## CRC32(s)
|
||||
Возвращает чексумму CRC32 данной строки.
|
||||
Тип результата - UInt32.
|
||||
|
||||
[Оригинальная статья](https://clickhouse.yandex/docs/ru/query_language/functions/string_functions/) <!--hide-->
|
||||
|
Loading…
Reference in New Issue
Block a user