Details
-
Sub-task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
This patch adds support for BigDecimal to the ResultSet using the recently added DecimalType data type.
It supports translation from a column that contained the following Java (CQL) datatypes:
- Long - (bigint)
- Double - (double)
- BigInteger - (varint)
- BigDecimal - (decimal)
- String - (ascii,text,varchar)