Package io.trino.sql.planner.planprinter
Class NodeRepresentation
java.lang.Object
io.trino.sql.planner.planprinter.NodeRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionNodeRepresentation(PlanNodeId id, String name, String type, Map<String, String> descriptor, List<Symbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost, List<PlanNodeId> children, List<PlanNodeId> initialChildren) -
Method Summary
-
Constructor Details
-
NodeRepresentation
public NodeRepresentation(PlanNodeId id, String name, String type, Map<String, String> descriptor, List<Symbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost, List<PlanNodeId> children, List<PlanNodeId> initialChildren)
-
-
Method Details
-
appendDetails
-
getId
-
getName
-
getType
-
getDescriptor
-
getOutputs
-
getChildren
-
getInitialChildren
-
getDetails
-
getStats
-
getEstimatedStats
-
getEstimatedCost
-
getReorderJoinStatsAndCost
-
getEstimates
-