This commit is contained in:
feng lv 2020-11-04 07:58:26 +00:00
parent cd711039fb
commit b127752102
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
1.72999e-40
1067320848
1.72999e-40
1067320848
6.09954e-319
4608238783128613432
6.09954e-319
4608238783128613432

View File

@ -0,0 +1,8 @@
SELECT reinterpretAsFloat32(CAST(123456 AS UInt32));
SELECT reinterpretAsUInt32(CAST(1.23456 AS Float32));
SELECT reinterpretAsFloat32(CAST(123456 AS Int32));
SELECT reinterpretAsInt32(CAST(1.23456 AS Float32));
SELECT reinterpretAsFloat64(CAST(123456 AS UInt64));
SELECT reinterpretAsUInt64(CAST(1.23456 AS Float64));
SELECT reinterpretAsFloat64(CAST(123456 AS Int64));
SELECT reinterpretAsInt64(CAST(1.23456 AS Float64));