Improve Decimal64 range support 14/100114/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 13 Mar 2022 23:55:26 +0000 (00:55 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 14 Mar 2022 00:00:49 +0000 (01:00 +0100)
We have classImporter available during generation, hence we can neatly
import Decimal64, reducing boiler plate in range and value declarations.

Decimal64 also exposes a fast instantiation type with scale and unscaled
value -- use those instead of parsing strings.

Change-Id: Ieba07af36fa3d03e20fda0c65754ec2dbfeee451
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found