@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 final 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 final 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 final BooleanColumnStatisticsData booleanColumnStatisticsData()
Boolean column statistics data.
public final DateColumnStatisticsData dateColumnStatisticsData()
Date column statistics data.
public final DecimalColumnStatisticsData decimalColumnStatisticsData()
Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two's complement representations of the decimal's unscaled value.
public final DoubleColumnStatisticsData doubleColumnStatisticsData()
Double column statistics data.
public final LongColumnStatisticsData longColumnStatisticsData()
Long column statistics data.
public final StringColumnStatisticsData stringColumnStatisticsData()
String column statistics data.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.