| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionStatistics |
QueryExecutionStatistics.clone() |
QueryExecutionStatistics |
QueryExecution.getStatistics()
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withDataManifestLocation(String dataManifestLocation)
The location and file name of a data manifest file.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withDataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withQueryPlanningTimeInMillis(Long queryPlanningTimeInMillis)
The number of milliseconds that Athena took to plan the query processing flow.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withQueryQueueTimeInMillis(Long queryQueueTimeInMillis)
The number of milliseconds that the query was in your query queue waiting for resources.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withResultReuseInformation(ResultReuseInformation resultReuseInformation)
Contains information about whether previous query results were reused for the query.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withServiceProcessingTimeInMillis(Long serviceProcessingTimeInMillis)
The number of milliseconds that Athena took to finalize and publish the query results after the query engine
finished running the query.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withTotalExecutionTimeInMillis(Long totalExecutionTimeInMillis)
The number of milliseconds that Athena took to run the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecution.setStatistics(QueryExecutionStatistics statistics)
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
QueryExecution |
QueryExecution.withStatistics(QueryExecutionStatistics statistics)
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
Copyright © 2023. All rights reserved.