Class SqlDecimal
java.lang.Object
io.trino.spi.type.SqlDecimal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SqlDecimaldecimal(String value, DecimalType type) booleanintintgetScale()inthashCode()static SqlDecimalof(long unscaledValue, int precision, int scale) toString()
-
Constructor Details
-
SqlDecimal
-
-
Method Details
-
decimal
-
getPrecision
public int getPrecision() -
getScale
public int getScale() -
of
-
equals
-
hashCode
-
toString
-
toBigDecimal
-
getUnscaledValue
-