| Package | Description |
|---|---|
| io.debezium.data |
| Modifier and Type | Field and Description |
|---|---|
static SpecialValueDecimal |
SpecialValueDecimal.NEGATIVE_INF |
static SpecialValueDecimal |
SpecialValueDecimal.NOT_A_NUMBER |
static SpecialValueDecimal |
SpecialValueDecimal.POSITIVE_INF |
static SpecialValueDecimal |
SpecialValueDecimal.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static SpecialValueDecimal |
VariableScaleDecimal.toLogical(org.apache.kafka.connect.data.Struct value)
Decodes the encoded value - see
VariableScaleDecimal.fromLogical(Schema, BigDecimal) for encoding format |
static SpecialValueDecimal |
SpecialValueDecimal.valueOf(String decimal)
Factory method for creating instances from numbers in string format
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kafka.connect.data.Struct |
VariableScaleDecimal.fromLogical(org.apache.kafka.connect.data.Schema schema,
SpecialValueDecimal value)
Converts a value from its logical format to its encoded format - a struct containing
the scale of the number and a binary representation of the number.
|
static Object |
SpecialValueDecimal.fromLogical(SpecialValueDecimal value,
JdbcValueConverters.DecimalMode mode,
String columnName) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.