| Class and Description |
|---|
| tech.ydb.table.settings.TtlSettings |
| Field and Description |
|---|
| tech.ydb.table.values.DecimalValue.INF
Positive infinity 10^MAX_PRECISION.
Use
DecimalType.getInf() instead |
| tech.ydb.table.values.DecimalValue.NAN
Not a number 10^MAX_PRECISION + 1.
Use
DecimalType.getNaN() instead |
| tech.ydb.table.values.DecimalValue.NEG_INF
Negative infinity -10^MAX_PRECISI0ON.
Use
DecimalType.getNegInf() instead |
| Constructor and Description |
|---|
| tech.ydb.table.description.ChangefeedDescription(String, Changefeed.Mode, Changefeed.Format, ChangefeedDescription.State, boolean)
use constructor with resolvedTimestampsInterval instead
|
| tech.ydb.table.description.ColumnFamily(String, StoragePool, ColumnFamily.Compression, boolean) |
| tech.ydb.table.description.TableTtl() |
| tech.ydb.table.description.TableTtl(TableTtl.TtlMode, String, Integer) |
Copyright © 2025. All rights reserved.