Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
QueryRuntimeStatistics |
QueryRuntimeStatistics.clone() |
QueryRuntimeStatistics |
GetQueryRuntimeStatisticsResult.getQueryRuntimeStatistics()
Runtime statistics about the query execution.
|
QueryRuntimeStatistics |
QueryRuntimeStatistics.withOutputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryRuntimeStatistics |
QueryRuntimeStatistics.withRows(QueryRuntimeStatisticsRows rows) |
QueryRuntimeStatistics |
QueryRuntimeStatistics.withTimeline(QueryRuntimeStatisticsTimeline timeline) |
Modifier and Type | Method and Description |
---|---|
void |
GetQueryRuntimeStatisticsResult.setQueryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)
Runtime statistics about the query execution.
|
GetQueryRuntimeStatisticsResult |
GetQueryRuntimeStatisticsResult.withQueryRuntimeStatistics(QueryRuntimeStatistics queryRuntimeStatistics)
Runtime statistics about the query execution.
|
Copyright © 2024. All rights reserved.