Package io.trino.sql.planner.plan
Class RemoteSourceNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.RemoteSourceNode
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteSourceNode(PlanNodeId id, PlanFragmentId sourceFragmentId, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy) RemoteSourceNode(PlanNodeId id, List<PlanFragmentId> sourceFragmentIds, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren) withSourceFragmentIds(List<PlanFragmentId> sourceFragmentIds)
-
Constructor Details
-
RemoteSourceNode
public RemoteSourceNode(PlanNodeId id, List<PlanFragmentId> sourceFragmentIds, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy) -
RemoteSourceNode
public RemoteSourceNode(PlanNodeId id, PlanFragmentId sourceFragmentId, List<Symbol> outputs, Optional<OrderingScheme> orderingScheme, ExchangeNode.Type exchangeType, RetryPolicy retryPolicy)
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSourceFragmentIds
-
getOrderingScheme
-
getExchangeType
-
getRetryPolicy
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-
withSourceFragmentIds
-