| Package | Description |
|---|---|
| io.prestosql.sql.planner.planprinter |
| Modifier and Type | Method and Description |
|---|---|
List<NodeRepresentation.TypedSymbol> |
NodeRepresentation.getOutputs() |
| 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) |
Copyright © 2012–2019. All rights reserved.