| Package | Description |
|---|---|
| tech.ydb.table.result | |
| tech.ydb.table.values | |
| tech.ydb.table.values.proto |
| Modifier and Type | Method and Description |
|---|---|
DecimalValue |
PrimitiveReader.getDecimal() |
| Modifier and Type | Field and Description |
|---|---|
static DecimalValue |
DecimalValue.INF
Deprecated.
Positive infinity 10^MAX_PRECISION.
Use
DecimalType.getInf() instead |
static DecimalValue |
DecimalValue.NAN
Deprecated.
Not a number 10^MAX_PRECISION + 1.
Use
DecimalType.getNaN() instead |
static DecimalValue |
DecimalValue.NEG_INF
Deprecated.
Negative infinity -10^MAX_PRECISI0ON.
Use
DecimalType.getNegInf() instead |
| Modifier and Type | Method and Description |
|---|---|
DecimalValue |
DecimalType.getInf() |
DecimalValue |
DecimalType.getNaN() |
DecimalValue |
DecimalType.getNegInf() |
DecimalValue |
DecimalType.newValue(BigDecimal value) |
DecimalValue |
DecimalType.newValue(BigInteger value) |
DecimalValue |
DecimalType.newValue(long value) |
DecimalValue |
DecimalType.newValue(long high,
long low) |
DecimalValue |
DecimalType.newValue(String value) |
DecimalValue |
DecimalType.newValueUnscaled(BigInteger value) |
DecimalValue |
DecimalType.newValueUnscaled(long value) |
DecimalValue |
DecimalType.newValueUnsigned(long value) |
| Modifier and Type | Method and Description |
|---|---|
static DecimalValue |
ProtoValue.toDecimal(tech.ydb.proto.ValueProtos.Type type,
tech.ydb.proto.ValueProtos.Value value) |
Copyright © 2025. All rights reserved.