Package io.trino.sql.planner.planprinter
Class WindowPlanNodeStats
- java.lang.Object
-
- io.trino.sql.planner.planprinter.PlanNodeStats
-
- io.trino.sql.planner.planprinter.WindowPlanNodeStats
-
- All Implemented Interfaces:
Mergeable<PlanNodeStats>
public class WindowPlanNodeStats extends PlanNodeStats
-
-
Field Summary
-
Fields inherited from class io.trino.sql.planner.planprinter.PlanNodeStats
operatorInputStats
-
-
Constructor Summary
Constructors Constructor Description WindowPlanNodeStats(PlanNodeId planNodeId, io.airlift.units.Duration planNodeScheduledTime, io.airlift.units.Duration planNodeCpuTime, long planNodeInputPositions, io.airlift.units.DataSize planNodeInputDataSize, long planNodeOutputPositions, io.airlift.units.DataSize planNodeOutputDataSize, io.airlift.units.DataSize planNodeSpilledDataSize, Map<String,io.trino.sql.planner.planprinter.OperatorInputStats> operatorInputStats, io.trino.sql.planner.planprinter.WindowOperatorStats windowOperatorStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.trino.sql.planner.planprinter.WindowOperatorStatsgetWindowOperatorStats()PlanNodeStatsmergeWith(PlanNodeStats other)Merges the current state with the state of the other instance, and returns the merged state.-
Methods inherited from class io.trino.sql.planner.planprinter.PlanNodeStats
checkMergeable, getOperatorInputPositionsAverages, getOperatorInputPositionsStdDevs, getOperatorTypes, getPlanNodeCpuTime, getPlanNodeId, getPlanNodeInputDataSize, getPlanNodeInputPositions, getPlanNodeOutputDataSize, getPlanNodeOutputPositions, getPlanNodeScheduledTime, getPlanNodeSpilledDataSize
-
-
-
-
Constructor Detail
-
WindowPlanNodeStats
public WindowPlanNodeStats(PlanNodeId planNodeId, io.airlift.units.Duration planNodeScheduledTime, io.airlift.units.Duration planNodeCpuTime, long planNodeInputPositions, io.airlift.units.DataSize planNodeInputDataSize, long planNodeOutputPositions, io.airlift.units.DataSize planNodeOutputDataSize, io.airlift.units.DataSize planNodeSpilledDataSize, Map<String,io.trino.sql.planner.planprinter.OperatorInputStats> operatorInputStats, io.trino.sql.planner.planprinter.WindowOperatorStats windowOperatorStats)
-
-
Method Detail
-
getWindowOperatorStats
public io.trino.sql.planner.planprinter.WindowOperatorStats getWindowOperatorStats()
-
mergeWith
public PlanNodeStats mergeWith(PlanNodeStats other)
Description copied from interface:MergeableMerges the current state with the state of the other instance, and returns the merged state.- Specified by:
mergeWithin interfaceMergeable<PlanNodeStats>- Overrides:
mergeWithin classPlanNodeStats
-
-