Class ColumnStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.ColumnStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ColumnStatistics.Builder,ColumnStatistics>
@Generated("software.amazon.awssdk:codegen") public final class ColumnStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ColumnStatistics.Builder,ColumnStatistics>
Represents the generated column-level statistics for a table or partition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceColumnStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantanalyzedTime()The timestamp of when column statistics were generated.static ColumnStatistics.Builderbuilder()StringcolumnName()Name of column which statistics belong to.StringcolumnType()The data type of the column.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ColumnStatistics.Builder>serializableBuilderClass()ColumnStatisticsDatastatisticsData()AColumnStatisticDataobject that contains the statistics data values.ColumnStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
columnName
public final String columnName()
Name of column which statistics belong to.
- Returns:
- Name of column which statistics belong to.
-
columnType
public final String columnType()
The data type of the column.
- Returns:
- The data type of the column.
-
analyzedTime
public final Instant analyzedTime()
The timestamp of when column statistics were generated.
- Returns:
- The timestamp of when column statistics were generated.
-
statisticsData
public final ColumnStatisticsData statisticsData()
A
ColumnStatisticDataobject that contains the statistics data values.- Returns:
- A
ColumnStatisticDataobject that contains the statistics data values.
-
toBuilder
public ColumnStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ColumnStatistics.Builder,ColumnStatistics>
-
builder
public static ColumnStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends ColumnStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-