Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BooleanColumnStatisticsData |
BooleanColumnStatisticsData.clone() |
BooleanColumnStatisticsData |
ColumnStatisticsData.getBooleanColumnStatisticsData()
Boolean Column Statistics Data.
|
BooleanColumnStatisticsData |
BooleanColumnStatisticsData.withNumberOfFalses(Long numberOfFalses)
Number of false value.
|
BooleanColumnStatisticsData |
BooleanColumnStatisticsData.withNumberOfNulls(Long numberOfNulls)
Number of nulls.
|
BooleanColumnStatisticsData |
BooleanColumnStatisticsData.withNumberOfTrues(Long numberOfTrues)
Number of true value.
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnStatisticsData.setBooleanColumnStatisticsData(BooleanColumnStatisticsData booleanColumnStatisticsData)
Boolean Column Statistics Data.
|
ColumnStatisticsData |
ColumnStatisticsData.withBooleanColumnStatisticsData(BooleanColumnStatisticsData booleanColumnStatisticsData)
Boolean Column Statistics Data.
|
Copyright © 2020. All rights reserved.