QueryExecution

Information about a single instance of a query execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The engine version that executed the query.

Link copied to clipboard

A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. The list of parameters is not returned in the response.

Link copied to clipboard

The SQL query statements which the query execution ran.

Link copied to clipboard

The database in which the query execution occurred.

Link copied to clipboard

The unique identifier for each query execution.

Link copied to clipboard

Specifies whether Amazon S3 access grants are enabled for query results.

Link copied to clipboard

The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup.

Link copied to clipboard

Specifies the query result reuse behavior that was used for the query.

Link copied to clipboard

The type of query statement that was run. DDL indicates DDL query statements. DML indicates DML (Data Manipulation Language) query statements, such as CREATE TABLE AS SELECT. UTILITY indicates query statements other than DDL and DML, such as SHOW CREATE TABLE, or DESCRIBE TABLE.

Link copied to clipboard

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.

Link copied to clipboard

The completion date, current state, submission time, and state change reason (if applicable) for the query execution.

Link copied to clipboard

The kind of query statement that was run.

Link copied to clipboard

The name of the workgroup in which the query ran.

Functions

Link copied to clipboard
inline fun copy(block: QueryExecution.Builder.() -> Unit = {}): QueryExecution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String