Uses of Enum Class
io.trino.sql.planner.plan.ExchangeNode.Type
Packages that use ExchangeNode.Type
-
Uses of ExchangeNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return ExchangeNode.TypeModifier and TypeMethodDescriptionRemoteSourceNode.getExchangeType()ExchangeNode.getType()static ExchangeNode.TypeReturns the enum constant of this class with the specified name.static ExchangeNode.Type[]ExchangeNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type ExchangeNode.TypeModifierConstructorDescriptionExchangeNode(PlanNodeId id, ExchangeNode.Type type, ExchangeNode.Scope scope, PartitioningScheme partitioningScheme, List<PlanNode> sources, List<List<Symbol>> inputs, Optional<OrderingScheme> orderingScheme) RemoteSourceNode(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)