ClickHouse/tests/queries/0_stateless/00825_protobuf_format_map.proto
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

6 lines
70 B
Protocol Buffer

syntax = "proto3";
message Message {
map<string, uint32> a = 1;
};