ClickHouse/dbms/tests/integration/test_format_schema_on_server/clickhouse_path/format_schemas/simple.proto

6 lines
82 B
Protocol Buffer
Executable File

syntax = "proto3";
message KeyValuePair {
uint64 key = 1;
string value = 2;
}