| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionStatistics |
QueryExecutionStatistics.clone() |
QueryExecutionStatistics |
QueryExecution.getStatistics()
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecution.setStatistics(QueryExecutionStatistics statistics)
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
QueryExecution |
QueryExecution.withStatistics(QueryExecutionStatistics statistics)
The amount of data scanned during the query execution and the amount of time that it took to execute.
|
Copyright © 2018. All rights reserved.