mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
8 lines
92 B
Cap'n Proto
8 lines
92 B
Cap'n Proto
@0xb6acde1cd54a101d;
|
|
|
|
struct Message {
|
|
decimal64 @0 :Int64;
|
|
decimal32 @1 :Int32;
|
|
}
|
|
|