mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
18e036d19b
Improved matching enum data types to protobuf enum type. Fixed serialization of the Map data type. Omitted values are now set by default.
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
{'x':5,'y':7}
|
|
{'z':11}
|
|
{'temp':0}
|
|
{'':0}
|
|
|
|
Binary representation:
|
|
00000000 0e 0a 05 0a 01 78 10 05 0a 05 0a 01 79 10 07 07 |.....x......y...|
|
|
00000010 0a 05 0a 01 7a 10 0b 0a 0a 08 0a 04 74 65 6d 70 |....z.......temp|
|
|
00000020 10 00 06 0a 04 0a 00 10 00 |.........|
|
|
00000029
|
|
|
|
{'x':5,'y':7}
|
|
{'z':11}
|
|
{'temp':0}
|
|
{'':0}
|
|
{'x':5,'y':7}
|
|
{'z':11}
|
|
{'temp':0}
|
|
{'':0}
|