Uses of Class
io.trino.execution.StageStats
-
Packages that use StageStats Package Description io.trino.execution -
-
Uses of StageStats in io.trino.execution
Methods in io.trino.execution that return StageStats Modifier and Type Method Description StageStatsStageInfo. getStageStats()Constructors in io.trino.execution with parameters of type StageStats Constructor Description StageInfo(StageId stageId, StageState state, PlanFragment plan, boolean coordinatorOnly, List<Type> types, StageStats stageStats, List<TaskInfo> tasks, List<StageInfo> subStages, Map<PlanNodeId,TableInfo> tables, ExecutionFailureInfo failureCause)
-