| 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
Positive infinity 10^.
|
static DecimalValue |
DecimalValue.NAN
Not a number 10^ + 1.
|
static DecimalValue |
DecimalValue.NEG_INF
Negative infinity -10^.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2023. All rights reserved.