Class BasicStageInfo

java.lang.Object
io.trino.execution.BasicStageInfo

@Immutable public class BasicStageInfo extends Object
This class is a light representation of stage information - StageInfo. BasicStageInfo keeps stage statistics as BasicStageStats that does not contain operator summaries as StageInfo does. It allows to avoid heavy operation of merging operators stats.