Module Values.GetQueryRuntimeStatisticsInputSource

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. Statistics from the Timeline section of the response object are available as soon as QueryExecutionStatus$State is in a SUCCEEDED or FAILED state. The remaining non-timeline statistics in the response (like stage-level input and output row count and data size) are updated asynchronously and may not be available immediately after a query completes or, in some cases, may not be returned. The non-timeline statistics are also not included when a query has row-level filters defined in Lake Formation.

Sourcetype nonrec t = {
  1. queryExecutionId : QueryExecutionId.t;
    (*

    The unique ID of the query execution.

    *)
}
Sourceval context_ : string
Sourceval make : queryExecutionId:QueryExecutionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of QueryExecutionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t