mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
6 lines
70 B
Protocol Buffer
6 lines
70 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message Message {
|
||
|
map<string, uint32> a = 1;
|
||
|
};
|