Uses of Class
software.amazon.awssdk.services.glue.model.DecimalNumber
-
Packages that use DecimalNumber Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DecimalNumber in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DecimalNumber Modifier and Type Method Description DecimalNumberDecimalColumnStatisticsData. maximumValue()The highest value in the column.DecimalNumberDecimalColumnStatisticsData. minimumValue()The lowest value in the column.Methods in software.amazon.awssdk.services.glue.model with parameters of type DecimalNumber Modifier and Type Method Description DecimalColumnStatisticsData.BuilderDecimalColumnStatisticsData.Builder. maximumValue(DecimalNumber maximumValue)The highest value in the column.DecimalColumnStatisticsData.BuilderDecimalColumnStatisticsData.Builder. minimumValue(DecimalNumber minimumValue)The lowest value in the column.
-