@Generated(value="software.amazon.awssdk:codegen") public final class BooleanColumnStatisticsData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BooleanColumnStatisticsData.Builder,BooleanColumnStatisticsData>
Defines column statistics supported for Boolean data columns.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BooleanColumnStatisticsData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BooleanColumnStatisticsData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
numberOfFalses()
The number of false values in the column.
|
Long |
numberOfNulls()
The number of null values in the column.
|
Long |
numberOfTrues()
The number of true values in the column.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BooleanColumnStatisticsData.Builder> |
serializableBuilderClass() |
BooleanColumnStatisticsData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long numberOfTrues()
The number of true values in the column.
public final Long numberOfFalses()
The number of false values in the column.
public final Long numberOfNulls()
The number of null values in the column.
public BooleanColumnStatisticsData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BooleanColumnStatisticsData.Builder,BooleanColumnStatisticsData>public static BooleanColumnStatisticsData.Builder builder()
public static Class<? extends BooleanColumnStatisticsData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.