MCPcopy Create free account
hub / github.com/apache/paimon-trino / DecimalUtils

Class DecimalUtils

src/main/java/org/apache/paimon/trino/DecimalUtils.java:26–31  ·  view source on GitHub ↗

Utils for decimal.

Source from the content-addressed store, hash-verified

24
25/** Utils for decimal. */
26public class DecimalUtils {
27
28 public static BigInteger toBigInteger(Object value) {
29 return ((Int128) value).toBigInteger();
30 }
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected