Values.QueryRuntimeStatisticsRowsSourceStatistics such as input rows and bytes read by the query, rows and bytes output by the query, and the number of rows written by the query.
type nonrec t = {inputRows : Long.t option;The number of rows read to execute the query.
*)inputBytes : Long.t option;The number of bytes read to execute the query.
*)outputBytes : Long.t option;The number of bytes returned by the query.
*)outputRows : Long.t option;The number of rows returned by the query.
*)}