Values.QuerySummarySourceDetails of the query listed.
type nonrec t = {id : String_.t option;A string representation of the id of the query.
*)queryString : String_.t option;The actual query text. The queryString may be truncated if the actual query string is too long.
*)waited : Integer.t option;The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.
*)elapsed : Integer.t option;The running time of the query, in milliseconds.
*)state : QueryState.t option;State of the query.
*)}