Package io.trino.spi.type
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