@Generated(value="software.amazon.awssdk:codegen") public final class ColumnStatisticsData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnStatisticsData.Builder,ColumnStatisticsData>
Contains the individual types of column statistics data. Only one data object should be set and indicated by the
Type attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ColumnStatisticsData.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ColumnStatisticsType type()
The type of column statistics data.
If the service returns an enum value that is not available in the current SDK version, type will return
ColumnStatisticsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ColumnStatisticsTypepublic String typeAsString()
The type of column statistics data.
If the service returns an enum value that is not available in the current SDK version, type will return
ColumnStatisticsType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ColumnStatisticsTypepublic BooleanColumnStatisticsData booleanColumnStatisticsData()
Boolean column statistics data.
public DateColumnStatisticsData dateColumnStatisticsData()
Date column statistics data.
public DecimalColumnStatisticsData decimalColumnStatisticsData()
Decimal column statistics data.
public DoubleColumnStatisticsData doubleColumnStatisticsData()
Double column statistics data.
public LongColumnStatisticsData longColumnStatisticsData()
Long column statistics data.
public StringColumnStatisticsData stringColumnStatisticsData()
String column statistics data.
public BinaryColumnStatisticsData binaryColumnStatisticsData()
Binary column statistics data.
public ColumnStatisticsData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ColumnStatisticsData.Builder,ColumnStatisticsData>public static ColumnStatisticsData.Builder builder()
public static Class<? extends ColumnStatisticsData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.