public class WindowPlanNodeStats extends PlanNodeStats
operatorInputStats| Constructor and 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,
Map<String,io.prestosql.sql.planner.planprinter.OperatorInputStats> operatorInputStats,
io.prestosql.sql.planner.planprinter.WindowOperatorStats windowOperatorStats) |
| Modifier and Type | Method and Description |
|---|---|
io.prestosql.sql.planner.planprinter.WindowOperatorStats |
getWindowOperatorStats() |
PlanNodeStats |
mergeWith(PlanNodeStats other)
Merges the current state with the state of the other instance, and returns the merged state.
|
getOperatorInputPositionsAverages, getOperatorInputPositionsStdDevs, getOperatorTypes, getPlanNodeCpuTime, getPlanNodeId, getPlanNodeInputDataSize, getPlanNodeInputPositions, getPlanNodeOutputDataSize, getPlanNodeOutputPositions, getPlanNodeScheduledTimepublic 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, Map<String,io.prestosql.sql.planner.planprinter.OperatorInputStats> operatorInputStats, io.prestosql.sql.planner.planprinter.WindowOperatorStats windowOperatorStats)
public io.prestosql.sql.planner.planprinter.WindowOperatorStats getWindowOperatorStats()
public PlanNodeStats mergeWith(PlanNodeStats other)
MergeablemergeWith in interface Mergeable<PlanNodeStats>mergeWith in class PlanNodeStatsCopyright © 2012–2019. All rights reserved.