Package io.trino.sql.planner.planprinter
Class JsonRenderer.JsonRenderedNode
java.lang.Object
io.trino.sql.planner.planprinter.JsonRenderer.JsonRenderedNode
- Enclosing class:
JsonRenderer
-
Constructor Summary
ConstructorsConstructorDescriptionJsonRenderedNode(String id, String name, Map<String, String> descriptor, List<Symbol> outputs, List<String> details, List<PlanNodeStatsAndCostSummary> estimates, List<JsonRenderer.JsonRenderedNode> children) -
Method Summary
-
Constructor Details
-
JsonRenderedNode
-
-
Method Details
-
getId
-
getName
-
getDescriptor
-
getOutputs
-
getDetails
-
getEstimates
-
getChildren
-