@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecimalColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines column statistics supported for fixed-point number data columns.
Constructor and Description |
---|
DecimalColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
DecimalColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
DecimalNumber |
getMaximumValue()
The highest value in the column.
|
DecimalNumber |
getMinimumValue()
The lowest value in the column.
|
Long |
getNumberOfDistinctValues()
The number of distinct values in a column.
|
Long |
getNumberOfNulls()
The number of null values in the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
|
void |
setMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
|
void |
setNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
void |
setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
String |
toString()
Returns a string representation of this object.
|
DecimalColumnStatisticsData |
withMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
|
DecimalColumnStatisticsData |
withMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
|
DecimalColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
DecimalColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
public void setMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public DecimalNumber getMinimumValue()
The lowest value in the column.
public DecimalColumnStatisticsData withMinimumValue(DecimalNumber minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public void setMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
maximumValue
- The highest value in the column.public DecimalNumber getMaximumValue()
The highest value in the column.
public DecimalColumnStatisticsData withMaximumValue(DecimalNumber maximumValue)
The highest value in the column.
maximumValue
- The highest value in the column.public void setNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls
- The number of null values in the column.public Long getNumberOfNulls()
The number of null values in the column.
public DecimalColumnStatisticsData withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
numberOfNulls
- The number of null values in the column.public void setNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
numberOfDistinctValues
- The number of distinct values in a column.public Long getNumberOfDistinctValues()
The number of distinct values in a column.
public DecimalColumnStatisticsData withNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
numberOfDistinctValues
- The number of distinct values in a column.public String toString()
toString
in class Object
Object.toString()
public DecimalColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.