Uses of Class
io.trino.sql.planner.planprinter.PlanNodeStats
Packages that use PlanNodeStats
-
Uses of PlanNodeStats in io.trino.sql.planner.planprinter
Subclasses of PlanNodeStats in io.trino.sql.planner.planprinterMethods in io.trino.sql.planner.planprinter that return PlanNodeStatsModifier and TypeMethodDescriptionPlanNodeStats.mergeWith(PlanNodeStats other) PlanNodeStats.mergeWith(List<PlanNodeStats> others) WindowPlanNodeStats.mergeWith(PlanNodeStats other) Methods in io.trino.sql.planner.planprinter that return types with arguments of type PlanNodeStatsModifier and TypeMethodDescriptionstatic Map<PlanNodeId, PlanNodeStats> PlanNodeStatsSummarizer.aggregateStageStats(List<StageInfo> stageInfos) static Map<PlanNodeId, PlanNodeStats> PlanNodeStatsSummarizer.aggregateTaskStats(List<TaskInfo> taskInfos) NodeRepresentation.getStats()Methods in io.trino.sql.planner.planprinter with parameters of type PlanNodeStatsModifier and TypeMethodDescriptionPlanNodeStats.mergeWith(PlanNodeStats other) WindowPlanNodeStats.mergeWith(PlanNodeStats other) Method parameters in io.trino.sql.planner.planprinter with type arguments of type PlanNodeStatsConstructor parameters in io.trino.sql.planner.planprinter with type arguments of type PlanNodeStatsModifierConstructorDescriptionNodeRepresentation(PlanNodeId id, String name, String type, Map<String, String> descriptor, List<NodeRepresentation.TypedSymbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost, List<PlanNodeId> children, List<PlanFragmentId> remoteSources)