ClickHouse/tests/queries/0_stateless/00825_protobuf_format_map.reference
Vitaly Baranov 18e036d19b Improved serialization for data types combined of Arrays and Tuples.
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
2021-02-17 20:50:09 +03:00

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}