Class BigDecimalUtils

java.lang.Object
com.illumon.iris.db.tables.utils.BigDecimalUtils

public class BigDecimalUtils
extends Object
Utilities to support BigDecimal exhaust. Parquet decimal types make a whole column decimal type have a fixed precision and scale; BigDecimal columns in Deephaven are, each value, arbitrary precision (its own precision and scale). For static tables, it is possible to compute overall precision and scale values that fit every existing value. For refreshing tables, we need the user to tell us.