mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test for entropy aggregate function ser/de
This commit is contained in:
parent
f82aa5747a
commit
7b174c4940
@ -0,0 +1,2 @@
|
||||
8
|
||||
1
|
2
dbms/tests/queries/0_stateless/00900_entropy_shard.sql
Normal file
2
dbms/tests/queries/0_stateless/00900_entropy_shard.sql
Normal file
@ -0,0 +1,2 @@
|
||||
SELECT round(entropy(number), 6) FROM remote('127.0.0.{1,2}', numbers(256));
|
||||
SELECT entropy(rand64()) > 8 FROM remote('127.0.0.{1,2}', numbers(256));
|
Loading…
Reference in New Issue
Block a user