| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DecimalNumber |
DecimalNumber.clone() |
DecimalNumber |
DecimalColumnStatisticsData.getMaximumValue()
The highest value in the column.
|
DecimalNumber |
DecimalColumnStatisticsData.getMinimumValue()
The lowest value in the column.
|
DecimalNumber |
DecimalNumber.withScale(Integer scale)
The scale that determines where the decimal point falls in the unscaled value.
|
DecimalNumber |
DecimalNumber.withUnscaledValue(ByteBuffer unscaledValue)
The unscaled numeric value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalColumnStatisticsData.setMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
|
void |
DecimalColumnStatisticsData.setMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
|
DecimalColumnStatisticsData |
DecimalColumnStatisticsData.withMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
|
DecimalColumnStatisticsData |
DecimalColumnStatisticsData.withMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
|
Copyright © 2023. All rights reserved.