@Generated(value="software.amazon.awssdk:codegen") public final class StringColumnStatisticsData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StringColumnStatisticsData.Builder,StringColumnStatisticsData>
Defines column statistics supported for character sequence data values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringColumnStatisticsData.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
averageLength()
The average string length in the column.
|
static StringColumnStatisticsData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maximumLength()
The size of the longest string 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 StringColumnStatisticsData.Builder> |
serializableBuilderClass() |
StringColumnStatisticsData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long maximumLength()
The size of the longest string in the column.
public Double averageLength()
The average string length 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 StringColumnStatisticsData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StringColumnStatisticsData.Builder,StringColumnStatisticsData>public static StringColumnStatisticsData.Builder builder()
public static Class<? extends StringColumnStatisticsData.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.