| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DecimalNumber |
DecimalNumber.clone() |
DecimalNumber |
DecimalColumnStatisticsData.getMaximumValue()
Maximum value of the column.
|
DecimalNumber |
DecimalColumnStatisticsData.getMinimumValue()
Minimum value of 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)
Maximum value of the column.
|
void |
DecimalColumnStatisticsData.setMinimumValue(DecimalNumber minimumValue)
Minimum value of the column.
|
DecimalColumnStatisticsData |
DecimalColumnStatisticsData.withMaximumValue(DecimalNumber maximumValue)
Maximum value of the column.
|
DecimalColumnStatisticsData |
DecimalColumnStatisticsData.withMinimumValue(DecimalNumber minimumValue)
Minimum value of the column.
|
Copyright © 2020. All rights reserved.