Uses of Class
io.trino.sql.planner.planprinter.PlanNodeStats
-
Packages that use PlanNodeStats Package Description io.trino.sql.planner.planprinter -
-
Uses of PlanNodeStats in io.trino.sql.planner.planprinter
Subclasses of PlanNodeStats in io.trino.sql.planner.planprinter Modifier and Type Class Description classHashCollisionPlanNodeStatsclassWindowPlanNodeStatsMethods in io.trino.sql.planner.planprinter that return PlanNodeStats Modifier and Type Method Description PlanNodeStatsHashCollisionPlanNodeStats. mergeWith(PlanNodeStats other)PlanNodeStatsPlanNodeStats. mergeWith(PlanNodeStats other)PlanNodeStatsWindowPlanNodeStats. mergeWith(PlanNodeStats other)Methods in io.trino.sql.planner.planprinter that return types with arguments of type PlanNodeStats Modifier and Type Method Description static Map<PlanNodeId,PlanNodeStats>PlanNodeStatsSummarizer. aggregateStageStats(List<StageInfo> stageInfos)static Map<PlanNodeId,PlanNodeStats>PlanNodeStatsSummarizer. aggregateTaskStats(List<TaskInfo> taskInfos)Optional<PlanNodeStats>NodeRepresentation. getStats()Methods in io.trino.sql.planner.planprinter with parameters of type PlanNodeStats Modifier and Type Method Description PlanNodeStatsHashCollisionPlanNodeStats. mergeWith(PlanNodeStats other)PlanNodeStatsPlanNodeStats. mergeWith(PlanNodeStats other)PlanNodeStatsWindowPlanNodeStats. mergeWith(PlanNodeStats other)Constructor parameters in io.trino.sql.planner.planprinter with type arguments of type PlanNodeStats Constructor Description NodeRepresentation(PlanNodeId id, String name, String type, String identifier, List<NodeRepresentation.TypedSymbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost, List<PlanNodeId> children, List<PlanFragmentId> remoteSources)
-