Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetColumnStatisticsForTableResult> |
AWSGlueAsyncClient.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest request,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler) |
Future<GetColumnStatisticsForTableResult> |
AbstractAWSGlueAsync.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest request,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler) |
Future<GetColumnStatisticsForTableResult> |
AWSGlueAsync.getColumnStatisticsForTableAsync(GetColumnStatisticsForTableRequest getColumnStatisticsForTableRequest,
AsyncHandler<GetColumnStatisticsForTableRequest,GetColumnStatisticsForTableResult> asyncHandler)
Retrieves table statistics of columns.
|
Modifier and Type | Method and Description |
---|---|
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.clone() |
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.withColumnNames(Collection<String> columnNames)
A list of the column names.
|
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.withColumnNames(String... columnNames)
A list of the column names.
|
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.withDatabaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
GetColumnStatisticsForTableRequest |
GetColumnStatisticsForTableRequest.withTableName(String tableName)
The name of the partitions' table.
|
Copyright © 2022. All rights reserved.