Add half_float and scaled float (#22988)

to numeric datatypes
(cherry picked from commit 67ea06145a80d5ec52ba55d1f2e1e8287e1882b1)
This commit is contained in:
Russ Cam 2017-06-12 16:45:43 -07:00 committed by Russ Cam
parent 2f7de46b72
commit f6821c41d8

View File

@ -8,7 +8,7 @@ document:
=== Core datatypes
string:: <<text,`text`>> and <<keyword,`keyword`>>
<<number>>:: `long`, `integer`, `short`, `byte`, `double`, `float`
<<number>>:: `long`, `integer`, `short`, `byte`, `double`, `float`, `half_float`, `scaled_float`
<<date>>:: `date`
<<boolean>>:: `boolean`
<<binary>>:: `binary`