This commit is contained in:
chertus 2019-08-07 15:26:44 +03:00
parent 048fe08bde
commit 7426d1b4f7
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
1.00
1.00
1.00
1.00
1.00
1.00
1.00

View File

@ -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)]);