mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: added test to Float32 formatting [#METR-17281].
This commit is contained in:
parent
230bbe3296
commit
2cfb6495d4
@ -0,0 +1,8 @@
|
||||
21.99
|
||||
21.99
|
||||
5
|
||||
5
|
||||
21.99
|
||||
21.99
|
||||
5
|
||||
5
|
@ -0,0 +1,8 @@
|
||||
SELECT 21.99;
|
||||
SELECT toFloat32(21.99);
|
||||
SELECT visibleWidth(21.99);
|
||||
SELECT visibleWidth(toFloat32(21.99));
|
||||
SELECT materialize(21.99);
|
||||
SELECT toFloat32(materialize(21.99));
|
||||
SELECT visibleWidth(materialize(21.99));
|
||||
SELECT visibleWidth(toFloat32(materialize(21.99)));
|
Loading…
Reference in New Issue
Block a user