ClickHouse/tests/queries/0_stateless/format_schemas/02327_schema.capnp

12 lines
102 B
Cap'n Proto

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