Package io.trino.plugin.hive
Class HiveDecimalParser
- java.lang.Object
-
- io.trino.plugin.hive.HiveDecimalParser
-
public final class HiveDecimalParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BigDecimalparseHiveDecimal(byte[] bytes, int start, int length, DecimalType columnType)
-
-
-
Method Detail
-
parseHiveDecimal
public static BigDecimal parseHiveDecimal(byte[] bytes, int start, int length, DecimalType columnType)
-
-