@Generated(value="software.amazon.awssdk:codegen") public final class LongColumnStatisticsData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LongColumnStatisticsData.Builder,LongColumnStatisticsData>
Defines column statistics supported for integer data columns.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LongColumnStatisticsData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LongColumnStatisticsData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maximumValue()
The highest value in the column.
|
Long |
minimumValue()
The lowest value in the column.
|
Long |
numberOfDistinctValues()
The number of distinct values in a column.
|
Long |
numberOfNulls()
The number of null values in the column.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LongColumnStatisticsData.Builder> |
serializableBuilderClass() |
LongColumnStatisticsData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long minimumValue()
The lowest value in the column.
public Long maximumValue()
The highest value in the column.
public Long numberOfNulls()
The number of null values in the column.
public Long numberOfDistinctValues()
The number of distinct values in a column.
public LongColumnStatisticsData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LongColumnStatisticsData.Builder,LongColumnStatisticsData>public static LongColumnStatisticsData.Builder builder()
public static Class<? extends LongColumnStatisticsData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.