Uses of Class
io.debezium.data.SpecialValueDecimal
Packages that use SpecialValueDecimal
-
Uses of SpecialValueDecimal in io.debezium.data
Fields in io.debezium.data declared as SpecialValueDecimalModifier and TypeFieldDescriptionstatic SpecialValueDecimalSpecialValueDecimal.NEGATIVE_INFstatic SpecialValueDecimalSpecialValueDecimal.NOT_A_NUMBERstatic SpecialValueDecimalSpecialValueDecimal.POSITIVE_INFstatic SpecialValueDecimalSpecialValueDecimal.ZEROMethods in io.debezium.data that return SpecialValueDecimalModifier and TypeMethodDescriptionstatic SpecialValueDecimalVariableScaleDecimal.toLogical(org.apache.kafka.connect.data.Struct value) Decodes the encoded value - seeVariableScaleDecimal.fromLogical(Schema, BigDecimal)for encoding formatstatic SpecialValueDecimalFactory method for creating instances from numbers in string formatMethods in io.debezium.data with parameters of type SpecialValueDecimalModifier and TypeMethodDescriptionstatic 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.