ClickHouse/tests/queries/0_stateless/01025_array_compact_generic.reference

21 lines
289 B
Plaintext
Raw Normal View History

2019-11-04 22:18:59 +00:00
[]
[1,nan,2]
2019-11-04 22:18:59 +00:00
[1,nan,nan,2]
[1,NULL,2]
[1,NULL,nan,2]
2019-11-04 22:18:59 +00:00
['hello','','world']
[[[]],[[],[]],[[]]]
[]
['0']
['0']
['0']
['0','1']
['0','1']
['0','1']
['0','1','2']
['0','1','2']
['0','1','2']
[(0,0),(3,1),(6,2),(9,0)]
[('0','0'),('3','1'),('6','2'),('9','0')]
[('0',0),('3',1),('6',2),('9',0)]