Uses of Class
software.amazon.awssdk.services.athena.model.QueryExecutionStatistics
-
Packages that use QueryExecutionStatistics Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryExecutionStatistics in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryExecutionStatistics Modifier and Type Method Description QueryExecutionStatisticsQueryExecution. 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.Methods in software.amazon.awssdk.services.athena.model with parameters of type QueryExecutionStatistics Modifier and Type Method Description QueryExecution.BuilderQueryExecution.Builder. statistics(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.
-