| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultReuseInformation |
ResultReuseInformation.clone() |
ResultReuseInformation |
QueryExecutionStatistics.getResultReuseInformation()
Contains information about whether previous query results were reused for the query.
|
ResultReuseInformation |
ResultReuseInformation.withReusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecutionStatistics.setResultReuseInformation(ResultReuseInformation resultReuseInformation)
Contains information about whether previous query results were reused for the query.
|
QueryExecutionStatistics |
QueryExecutionStatistics.withResultReuseInformation(ResultReuseInformation resultReuseInformation)
Contains information about whether previous query results were reused for the query.
|
Copyright © 2023. All rights reserved.