Learn R Programming

paws.analytics (version 0.3.0)

athena_get_query_runtime_statistics: Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran

Description

Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. Query execution runtime statistics are returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. Stage-level input and output row count and data size statistics are not shown when a query has row-level filters defined in Lake Formation.

See https://www.paws-r-sdk.com/docs/athena_get_query_runtime_statistics/ for full documentation.

Usage

athena_get_query_runtime_statistics(QueryExecutionId)

Arguments

QueryExecutionId

[required] The unique ID of the query execution.