mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update formats.md
This commit is contained in:
parent
3874d62db8
commit
27ba035aa1
@ -1385,8 +1385,9 @@ Below is a comparison of the formats `RawBLOB` and [TabSeparatedRaw](#tabseparat
|
||||
|
||||
The following is a comparison of the `RawBLOB` and [RowBinary](#rowbinary) formats.
|
||||
`RawBLOB`:
|
||||
- strings are output without their length.
|
||||
- strings are represented as length in varint format (unsigned [LEB128] (https://en.wikipedia.org/wiki/LEB128)), followed by the bytes of the string.
|
||||
- String fields are output without being prefixed by length.
|
||||
`RowBinary`:
|
||||
- String fields are represented as length in varint format (unsigned [LEB128] (https://en.wikipedia.org/wiki/LEB128)), followed by the bytes of the string.
|
||||
|
||||
When an empty data is passed to the `RawBLOB` input, ClickHouse throws an exception:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user