mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
11 lines
86 B
Cap'n Proto
11 lines
86 B
Cap'n Proto
@0x9ef128e10a8010b8;
|
|
|
|
struct Nested1
|
|
{
|
|
}
|
|
|
|
struct Message
|
|
{
|
|
tuple1 @0 : Nested1;
|
|
}
|