mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update 01852_map_combinator.reference
This commit is contained in:
parent
9f6af8501e
commit
1a228e8071
@ -6,12 +6,12 @@
|
||||
4 {3:10,4:10,5:10}
|
||||
5 {4:10,5:10,6:10}
|
||||
5 {6:10,7:10,8:10}
|
||||
Map(UInt16,UInt64) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
Map(UInt16,UInt32) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
Map(UInt16,UInt64) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
Map(UInt16, UInt64) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
Map(UInt16, UInt32) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
Map(UInt16, UInt64) {1:20,2:20,3:40,4:40,5:40,6:40,7:20,8:20}
|
||||
{1:10,2:10,3:10,4:10,5:10,6:10,7:10,8:10}
|
||||
{1:10,2:10,3:10,4:10,5:10,6:10,7:10,8:10}
|
||||
Map(UInt16,Float64) {1:10,2:10,3:10,4:10,5:10,6:10,7:10,8:10}
|
||||
Map(UInt16, Float64) {1:10,2:10,3:10,4:10,5:10,6:10,7:10,8:10}
|
||||
{1:2,2:2,3:4,4:4,5:4,6:4,7:2,8:2}
|
||||
1 {1:10,2:10,3:20,4:10,5:10}
|
||||
2 {4:10,5:10,6:20,7:10,8:10}
|
||||
@ -30,5 +30,5 @@ Map(UInt16,Float64) {1:10,2:10,3:10,4:10,5:10,6:10,7:10,8:10}
|
||||
{1:1}
|
||||
{1:1}
|
||||
{1:1}
|
||||
{1:1.00000,2:2.00000,3:6.00000,4:8.00000,5:10.00000,6:12.00000,7:7.00000,8:8.00000}
|
||||
{1:1.00000,2:2.00000,3:6.00000,4:8.00000,5:10.00000,6:12.00000,7:7.00000,8:8.00000}
|
||||
{1:1,2:2,3:6,4:8,5:10,6:12,7:7,8:8}
|
||||
{1:1,2:2,3:6,4:8,5:10,6:12,7:7,8:8}
|
||||
|
Loading…
Reference in New Issue
Block a user