ClickHouse/tests/queries/0_stateless/00825_protobuf_format_map.reference

20 lines
387 B
Plaintext
Raw Normal View History

{'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}