ClickHouse/tests/queries/0_stateless/format_schemas/02327_schema.capnp
2022-07-21 17:47:10 +00:00

12 lines
111 B
Cap'n Proto

@0x9ef128e10a8010b8;
struct Empty
{
}
struct MessageWithEmpty
{
tuple1 @0 : Empty;
text @1 : Text;
}