@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateColumnStatisticsData extends Object implements Serializable, Cloneable, StructuredPojo
Defines column statistics supported for timestamp data columns.
Constructor and Description |
---|
DateColumnStatisticsData() |
Modifier and Type | Method and Description |
---|---|
DateColumnStatisticsData |
clone() |
boolean |
equals(Object obj) |
Date |
getMaximumValue()
The highest value in the column.
|
Date |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaximumValue(Date maximumValue)
The highest value in the column.
|
void |
setMinimumValue(Date 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.
|
DateColumnStatisticsData |
withMaximumValue(Date maximumValue)
The highest value in the column.
|
DateColumnStatisticsData |
withMinimumValue(Date minimumValue)
The lowest value in the column.
|
DateColumnStatisticsData |
withNumberOfDistinctValues(Long numberOfDistinctValues)
The number of distinct values in a column.
|
DateColumnStatisticsData |
withNumberOfNulls(Long numberOfNulls)
The number of null values in the column.
|
public void setMinimumValue(Date minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public Date getMinimumValue()
The lowest value in the column.
public DateColumnStatisticsData withMinimumValue(Date minimumValue)
The lowest value in the column.
minimumValue
- The lowest value in the column.public void setMaximumValue(Date maximumValue)
The highest value in the column.
maximumValue
- The highest value in the column.public Date getMaximumValue()
The highest value in the column.
public DateColumnStatisticsData withMaximumValue(Date 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 DateColumnStatisticsData 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 DateColumnStatisticsData 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 DateColumnStatisticsData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.