mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Updated test #2521
This commit is contained in:
parent
ac2d352203
commit
bfc29a3b91
@ -2,3 +2,4 @@
|
||||
[(0,3.5,4),(3.5,7.5,4),(7.5,11.75,4.125),(11.75,16,4.625),(16,19,3.25)]
|
||||
[(-0.9589242746631385,-0.4519809408492764,2.125),(-0.4519809408492764,0.3578739258652408,3.125),(0.3578739258652408,0.9893582466233818,4.75)]
|
||||
[(-0.9999902065507035,0.9999902065507035,80)]
|
||||
[(-2,-2,1)]
|
||||
|
@ -2,3 +2,5 @@ select histogram(5)(number-10) from (select * from system.numbers limit 20);
|
||||
select histogram(5)(number) from (select * from system.numbers limit 20);
|
||||
select histogram(3)(sin(number)) from (select * from system.numbers limit 10);
|
||||
select histogram(1)(sin(number-40)) from (select * from system.numbers limit 80);
|
||||
|
||||
SELECT histogram(10)(-2);
|
||||
|
Loading…
Reference in New Issue
Block a user