Uses of Class
io.trino.sql.planner.planprinter.NodeRepresentation.TypedSymbol
Packages that use NodeRepresentation.TypedSymbol
-
Uses of NodeRepresentation.TypedSymbol in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return NodeRepresentation.TypedSymbolModifier and TypeMethodDescriptionNodeRepresentation.TypedSymbol.typedSymbol(String symbol, Type type) Methods in io.trino.sql.planner.planprinter that return types with arguments of type NodeRepresentation.TypedSymbolModifier and TypeMethodDescriptionJsonRenderer.JsonRenderedNode.getOutputs()NodeRepresentation.getOutputs()Constructor parameters in io.trino.sql.planner.planprinter with type arguments of type NodeRepresentation.TypedSymbolModifierConstructorDescriptionJsonRenderedNode(String id, String name, Map<String, String> descriptor, List<NodeRepresentation.TypedSymbol> outputs, List<String> details, List<PlanNodeStatsAndCostSummary> estimates, List<JsonRenderer.JsonRenderedNode> children) NodeRepresentation(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)