ClickHouse/tests/queries/0_stateless/format_schemas/02483_decimals.capnp

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

8 lines
92 B
Cap'n Proto
Raw Normal View History

@0xb6acde1cd54a101d;
struct Message {
decimal64 @0 :Int64;
decimal32 @1 :Int32;
}