QueryStage
class 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
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 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
List of sub query stages that form this stage execution plan.