Uses of Interface
software.amazon.awssdk.services.glue.model.LongColumnStatisticsData.Builder
-
Packages that use LongColumnStatisticsData.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LongColumnStatisticsData.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LongColumnStatisticsData.Builder Modifier and Type Method Description static LongColumnStatisticsData.BuilderLongColumnStatisticsData. builder()LongColumnStatisticsData.BuilderLongColumnStatisticsData.Builder. maximumValue(Long maximumValue)The highest value in the column.LongColumnStatisticsData.BuilderLongColumnStatisticsData.Builder. minimumValue(Long minimumValue)The lowest value in the column.LongColumnStatisticsData.BuilderLongColumnStatisticsData.Builder. numberOfDistinctValues(Long numberOfDistinctValues)The number of distinct values in a column.LongColumnStatisticsData.BuilderLongColumnStatisticsData.Builder. numberOfNulls(Long numberOfNulls)The number of null values in the column.LongColumnStatisticsData.BuilderLongColumnStatisticsData. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type LongColumnStatisticsData.Builder Modifier and Type Method Description static Class<? extends LongColumnStatisticsData.Builder>LongColumnStatisticsData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type LongColumnStatisticsData.Builder Modifier and Type Method Description default ColumnStatisticsData.BuilderColumnStatisticsData.Builder. longColumnStatisticsData(Consumer<LongColumnStatisticsData.Builder> longColumnStatisticsData)Long column statistics data.
-