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 types with arguments of type NodeRepresentation.TypedSymbolConstructor parameters in io.trino.sql.planner.planprinter with type arguments of type NodeRepresentation.TypedSymbolModifierConstructorDescriptionNodeRepresentation(PlanNodeId id, String name, String type, String identifier, List<NodeRepresentation.TypedSymbol> outputs, Optional<PlanNodeStats> stats, List<PlanNodeStatsEstimate> estimatedStats, List<PlanCostEstimate> estimatedCost, Optional<PlanNodeStatsAndCostSummary> reorderJoinStatsAndCost, List<PlanNodeId> children, List<PlanFragmentId> remoteSources)