| Package | Description |
|---|---|
| com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
GetQueryRuntimeStatisticsResult |
AbstractAmazonAthena.getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest request) |
GetQueryRuntimeStatisticsResult |
AmazonAthenaClient.getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest request)
Returns query execution runtime statistics related to a single execution of a query if you have access to the
workgroup in which the query ran.
|
GetQueryRuntimeStatisticsResult |
AmazonAthena.getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
Returns query execution runtime statistics related to a single execution of a query if you have access to the
workgroup in which the query ran.
|
| Modifier and Type | Method and Description |
|---|---|
GetQueryRuntimeStatisticsResult |
GetQueryRuntimeStatisticsResult.clone() |
GetQueryRuntimeStatisticsResult |
GetQueryRuntimeStatisticsResult.withQueryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)
Runtime statistics about the query execution.
|
Copyright © 2023. All rights reserved.