Uses of Class
com.yandex.ydb.table.values.DecimalValue
-
Packages that use DecimalValue Package Description com.yandex.ydb.table.result com.yandex.ydb.table.values com.yandex.ydb.table.values.proto -
-
Uses of DecimalValue in com.yandex.ydb.table.result
Methods in com.yandex.ydb.table.result that return DecimalValue Modifier and Type Method Description DecimalValuePrimitiveReader. getDecimal() -
Uses of DecimalValue in com.yandex.ydb.table.values
Fields in com.yandex.ydb.table.values declared as DecimalValue Modifier and Type Field Description static DecimalValueDecimalValue. INFPositive infinity 10^35.static DecimalValueDecimalValue. NANNot a number 10^35 + 1.static DecimalValueDecimalValue. NEG_INFNegative infinity -10^35.static DecimalValueDecimalValue. ZEROZero value.Methods in com.yandex.ydb.table.values that return DecimalValue Modifier and Type Method Description DecimalValueDecimalType. newValue(long value)DecimalValueDecimalType. newValue(long high, long low)DecimalValueDecimalType. newValue(String value)DecimalValueDecimalType. newValue(BigDecimal value)DecimalValueDecimalType. newValue(BigInteger value)DecimalValueDecimalType. newValueUnsigned(long value) -
Uses of DecimalValue in com.yandex.ydb.table.values.proto
Methods in com.yandex.ydb.table.values.proto that return DecimalValue Modifier and Type Method Description static DecimalValueProtoValue. toDecimal(com.yandex.ydb.ValueProtos.Type type, com.yandex.ydb.ValueProtos.Value value)
-