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 planNodeRawInputPositions,
io.airlift.units.DataSize planNodeRawInputDataSize,
long planNodeOutputPositions,
io.airlift.units.DataSize planNodeOutputDataSize,
Map<String,com.facebook.presto.sql.planner.planPrinter.OperatorInputStats> operatorInputStats,
com.facebook.presto.sql.planner.planPrinter.WindowOperatorStats windowOperatorStats) |
Modifier and Type | Method and Description |
---|---|
com.facebook.presto.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, getPlanNodeRawInputDataSize, getPlanNodeRawInputPositions, getPlanNodeScheduledTime
public WindowPlanNodeStats(PlanNodeId planNodeId, io.airlift.units.Duration planNodeScheduledTime, io.airlift.units.Duration planNodeCpuTime, long planNodeInputPositions, io.airlift.units.DataSize planNodeInputDataSize, long planNodeRawInputPositions, io.airlift.units.DataSize planNodeRawInputDataSize, long planNodeOutputPositions, io.airlift.units.DataSize planNodeOutputDataSize, Map<String,com.facebook.presto.sql.planner.planPrinter.OperatorInputStats> operatorInputStats, com.facebook.presto.sql.planner.planPrinter.WindowOperatorStats windowOperatorStats)
public com.facebook.presto.sql.planner.planPrinter.WindowOperatorStats getWindowOperatorStats()
public PlanNodeStats mergeWith(PlanNodeStats other)
Mergeable
mergeWith
in interface Mergeable<PlanNodeStats>
mergeWith
in class PlanNodeStats
Copyright © 2012–2022. All rights reserved.