@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 final Long minimumValue()
The lowest value in the column.
public final Long maximumValue()
The highest value in the column.
public final Long numberOfNulls()
The number of null values in the column.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.