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