ClickHouse/dbms
Marek Vavruša cbbcb6d9df Formats/CapnProtoRowInputStream: support Nested and Tuple, fix alignment issues
This updated contrib/capnproto to a newer version that fixes problems with
unaligned access to message frames.

It also adds support for parsing Struct types as Tuple (named or unnamed),
and Nested array types.

The `struct X { a @0 :UInt64; b @1 :Text }` in Cap'nProto is equivalent to
`x Tuple(a UInt64, b String)` in ClickHouse.

Arrays of Struct types such as `y List(X)` are equivalent to `y Nested(a UInt64, b String)`.
2018-09-25 22:51:35 -07:00
..
benchmark Get rid of double whitespaces [#CLICKHOUSE-2]. 2017-10-26 21:36:23 +03:00
cmake Auto version update to [18.14.0] [54409] 2018-09-24 20:52:21 +03:00
programs CLICKHOUSE-3885: add partition_key alias (#3166) 2018-09-21 13:46:58 +03:00
scripts Build and test fixes (#2470) 2018-06-05 20:43:10 +03:00
src Formats/CapnProtoRowInputStream: support Nested and Tuple, fix alignment issues 2018-09-25 22:51:35 -07:00
tests Adjusted test #3205 2018-09-26 05:33:29 +03:00
CMakeLists.txt Prepare to new poco, build fixes (#3072) 2018-09-14 22:48:51 +03:00