QueryStage

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.

Types

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

Properties

Link copied to clipboard

Time taken to execute this stage.

Link copied to clipboard

The number of bytes input into the stage for execution.

Link copied to clipboard

The number of rows input into the stage for execution.

Link copied to clipboard

The number of bytes output from the stage after execution.

Link copied to clipboard

The number of rows output from the stage after execution.

Link copied to clipboard

Stage plan information such as name, identifier, sub plans, and source stages.

Link copied to clipboard

The identifier for a stage.

Link copied to clipboard

State of the stage after query execution.

Link copied to clipboard

List of sub query stages that form this stage execution plan.

Functions

Link copied to clipboard
inline fun copy(block: QueryStage.Builder.() -> Unit = {}): QueryStage
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