QueryRuntimeStatistics

The query execution timeline, statistics on input and output rows and bytes, and the different query stages that form the query execution plan.

Types

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

Properties

Link copied to clipboard

Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.

Link copied to clipboard

Statistics 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.

Link copied to clipboard

Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.

Functions

Link copied to clipboard
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