mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 14:42:02 +00:00
12 lines
111 B
Cap'n Proto
12 lines
111 B
Cap'n Proto
@0x9ef128e10a8010b8;
|
|
|
|
struct Empty
|
|
{
|
|
}
|
|
|
|
struct MessageWithEmpty
|
|
{
|
|
tuple1 @0 : Empty;
|
|
text @1 : Text;
|
|
}
|