Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateColumnStatisticsForTableResult> |
AWSGlueAsyncClient.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest request,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler) |
Future<UpdateColumnStatisticsForTableResult> |
AWSGlueAsync.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler)
Creates or updates table statistics of columns.
|
Future<UpdateColumnStatisticsForTableResult> |
AbstractAWSGlueAsync.updateColumnStatisticsForTableAsync(UpdateColumnStatisticsForTableRequest request,
AsyncHandler<UpdateColumnStatisticsForTableRequest,UpdateColumnStatisticsForTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.clone() |
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.withColumnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
A list of the column statistics.
|
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.withColumnStatisticsList(ColumnStatistics... columnStatisticsList)
A list of the column statistics.
|
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
UpdateColumnStatisticsForTableRequest |
UpdateColumnStatisticsForTableRequest.withTableName(String tableName)
The name of the partitions' table.
|
Copyright © 2020. All rights reserved.