ClickHouse/tests/queries/0_stateless/format_schemas/02705_map.capnp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
209 B
Cap'n Proto
Raw Normal View History

2023-03-30 19:15:28 +00:00
@0xdbb9ad1f14bf0b36;
struct Message {
struct Map {
struct Entry {
key @0 : Text;
value @1 : UInt32;
}
entries @0 : List(Entry);
}
map @0 : Map;
}