static int128_t MAX_UNSCALED_DECIMAL
Maximum absolute value of int128_t that we use. This is 38 digits of 9's.
static void InitMaxUnscaledDecimal()
Initializes MAX_UNSCALED_DECIMAL. Must be called once before using it.
static const int MAX_PRECISION
Must be kept in sync with FE's max precision/scale.
__int128_t int128_t
We use the c++ int128_t type. This is stored using 16 bytes and very performant.