This commit is contained in:
RedClusive 2021-08-22 12:15:20 +00:00
parent fd7002fcd5
commit a68a7c3c36
2 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,5 @@
['2016-06-15 23:00:16']
2016-04-02 17:23:12
['2016-04-02 17:23:12']
2016-04-02 17:23:12
['2016-04-02 17:23:12']

View File

@ -30,4 +30,7 @@ SELECT quantilesTDigestWeighted(0.2)(d, 1) FROM datetime;
SELECT quantileBFloat16(0.2)(d) FROM datetime;
SELECT quantilesBFloat16(0.2)(d) FROM datetime;
SELECT quantileBFloat16Weighted(0.2)(d, 1) FROM datetime;
SELECT quantilesBFloat16Weighted(0.2)(d, 1) FROM datetime;
DROP TABLE datetime;