mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +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.
|
The following is a comparison of the `RawBLOB` and [RowBinary](#rowbinary) formats.
|
||||||
`RawBLOB`:
|
`RawBLOB`:
|
||||||
- strings are output without their length.
|
- String fields are output without being prefixed by length.
|
||||||
- strings are represented as length in varint format (unsigned [LEB128] (https://en.wikipedia.org/wiki/LEB128)), followed by the bytes of the string.
|
`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:
|
When an empty data is passed to the `RawBLOB` input, ClickHouse throws an exception:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user