Uses of Class
io.debezium.data.SpecialValueDecimal
-
Packages that use SpecialValueDecimal Package Description io.debezium.data -
-
Uses of SpecialValueDecimal in io.debezium.data
Fields in io.debezium.data declared as SpecialValueDecimal Modifier and Type Field Description static SpecialValueDecimalSpecialValueDecimal. NEGATIVE_INFstatic SpecialValueDecimalSpecialValueDecimal. NOT_A_NUMBERstatic SpecialValueDecimalSpecialValueDecimal. POSITIVE_INFstatic SpecialValueDecimalSpecialValueDecimal. ZEROMethods in io.debezium.data that return SpecialValueDecimal Modifier and Type Method Description static SpecialValueDecimalVariableScaleDecimal. toLogical(org.apache.kafka.connect.data.Struct value)Decodes the encoded value - seeVariableScaleDecimal.fromLogical(Schema, BigDecimal)for encoding formatstatic SpecialValueDecimalSpecialValueDecimal. valueOf(String decimal)Factory method for creating instances from numbers in string formatMethods in io.debezium.data with parameters of type SpecialValueDecimal Modifier and Type Method Description static ObjectSpecialValueDecimal. fromLogical(SpecialValueDecimal value, JdbcValueConverters.DecimalMode mode, String columnName)static org.apache.kafka.connect.data.StructVariableScaleDecimal. 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.
-