ClickHouse/tests/queries/0_stateless/format_schemas/02710_schema.proto

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

12 lines
191 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
message Message
{
uint32 ipv4 = 1;
2023-04-06 17:09:38 +00:00
bytes ipv4_bytes = 2;
int64 ipv4_int64 = 3;
int32 date32 = 4;
bytes date32_bytes = 5;
int64 date32_int64 = 6;
}