@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 Double minimumValue()
The lowest value in the column.
public Double 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 DoubleColumnStatisticsData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DoubleColumnStatisticsData.Builder,DoubleColumnStatisticsData>public static DoubleColumnStatisticsData.Builder builder()
public static Class<? extends DoubleColumnStatisticsData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.