Uses of Class
io.trino.sql.planner.planprinter.NodeRepresentation.TypedSymbol
-
Packages that use NodeRepresentation.TypedSymbol Package Description io.trino.sql.planner.planprinter -
-
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.TypedSymbol Modifier and Type Method Description List<NodeRepresentation.TypedSymbol>NodeRepresentation. getOutputs()Constructor parameters in io.trino.sql.planner.planprinter with type arguments of type NodeRepresentation.TypedSymbol Constructor Description NodeRepresentation(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)
-