Package io.trino.plugin.hive
Class HiveDecimalParser
java.lang.Object
io.trino.plugin.hive.HiveDecimalParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimalparseHiveDecimal(byte[] bytes, int start, int length, DecimalType columnType)
-
Method Details
-
parseHiveDecimal
public static BigDecimal parseHiveDecimal(byte[] bytes, int start, int length, DecimalType columnType)
-