Package io.trino.sql.planner.planprinter
Class HashCollisionPlanNodeStats
- java.lang.Object
-
- io.trino.sql.planner.planprinter.PlanNodeStats
-
- io.trino.sql.planner.planprinter.HashCollisionPlanNodeStats
-
- All Implemented Interfaces:
Mergeable<PlanNodeStats>
public class HashCollisionPlanNodeStats extends PlanNodeStats
-
-
Field Summary
-
Fields inherited from class io.trino.sql.planner.planprinter.PlanNodeStats
operatorInputStats
-
-
Constructor Summary
Constructors Constructor Description HashCollisionPlanNodeStats(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, Map<String,io.trino.sql.planner.planprinter.OperatorHashCollisionsStats> operatorHashCollisionsStats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Double>getOperatorExpectedCollisionsAverages()Map<String,Double>getOperatorHashCollisionsAverages()Map<String,Double>getOperatorHashCollisionsStdDevs()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
-
HashCollisionPlanNodeStats
public HashCollisionPlanNodeStats(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, Map<String,io.trino.sql.planner.planprinter.OperatorHashCollisionsStats> operatorHashCollisionsStats)
-
-
Method Detail
-
getOperatorExpectedCollisionsAverages
public Map<String,Double> getOperatorExpectedCollisionsAverages()
-
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
-
-