public class NodeRepresentation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeRepresentation.TypedSymbol |
| Constructor and Description |
|---|
NodeRepresentation(PlanNodeId id,
String name,
String type,
String identifier,
List<NodeRepresentation.TypedSymbol> outputs,
Optional<PlanNodeStats> stats,
List<PlanNodeStatsEstimate> estimatedStats,
List<PlanCostEstimate> estimatedCost,
List<PlanNodeId> children,
List<PlanFragmentId> remoteSources) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendDetails(String string,
Object... args) |
void |
appendDetailsLine(String string,
Object... args) |
List<PlanNodeId> |
getChildren() |
String |
getDetails() |
List<PlanCostEstimate> |
getEstimatedCost() |
List<PlanNodeStatsEstimate> |
getEstimatedStats() |
PlanNodeId |
getId() |
String |
getIdentifier() |
String |
getName() |
List<NodeRepresentation.TypedSymbol> |
getOutputs() |
List<PlanFragmentId> |
getRemoteSources() |
Optional<PlanNodeStats> |
getStats() |
String |
getType() |
public NodeRepresentation(PlanNodeId id, String name, String type, String identifier, List<NodeRepresentation.TypedSymbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, List<PlanNodeId> children, List<PlanFragmentId> remoteSources)
public PlanNodeId getId()
public String getName()
public String getType()
public String getIdentifier()
public List<NodeRepresentation.TypedSymbol> getOutputs()
public List<PlanNodeId> getChildren()
public List<PlanFragmentId> getRemoteSources()
public String getDetails()
public Optional<PlanNodeStats> getStats()
public List<PlanNodeStatsEstimate> getEstimatedStats()
public List<PlanCostEstimate> getEstimatedCost()
Copyright © 2012–2019. All rights reserved.