mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
add test
This commit is contained in:
parent
048fe08bde
commit
7426d1b4f7
@ -0,0 +1,7 @@
|
||||
1.00
|
||||
1.00
|
||||
1.00
|
||||
1.00
|
||||
1.00
|
||||
1.00
|
||||
1.00
|
@ -0,0 +1,8 @@
|
||||
select arrayReduce('median', [toDecimal32OrNull('1', 2)]);
|
||||
select arrayReduce('median', [toDecimal64OrNull('1', 2)]);
|
||||
select arrayReduce('median', [toDecimal128OrZero('1', 2)]);
|
||||
select arrayReduce('sum', [toDecimal128OrNull('1', 2)]);
|
||||
|
||||
select arrayReduce('median', [toDecimal128OrNull('1', 2)]);
|
||||
select arrayReduce('quantile(0.2)', [toDecimal128OrNull('1', 2)]);
|
||||
select arrayReduce('medianExact', [toDecimal128OrNull('1', 2)]);
|
Loading…
Reference in New Issue
Block a user