ClickHouse/dbms/tests/queries/0_stateless/00458_merge_type_cast.reference
Vitaliy Lyudvichenko 45c1856556 Fix wrong implementation of CastTypeBlockInputStream (#807)
* Fix wrong implementation of CastTypeBlockInputStream. [#CLICKHOUSE-2957]

* Fix typos and add comments. [#CLICKHOUSE-2957]
2017-05-20 18:47:40 +04:00

34 lines
340 B
Plaintext

UInt32 | UInt64
= 1:
1
1
1:
1
1
4294967290:
4294967290
4294967290
4294967299:
4294967299
Int64 | UInt64
1:
1
1
-1:
Int32 | UInt64
1
1
2147483650
String | FixedString(16)
1
1
DateTime | UInt64
1
1
Array(UInt32) | Array(UInt64)
[1] [0]
[1] [0]
[4294967290] [4294967290]
[4294967290] [4294967290]
[4294967299] [4294967299]