Uses of Class
io.trino.sql.planner.plan.ExchangeNode.Scope
-
Packages that use ExchangeNode.Scope Package Description io.trino.sql.planner.plan -
-
Uses of ExchangeNode.Scope in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return ExchangeNode.Scope Modifier and Type Method Description ExchangeNode.ScopeExchangeNode. getScope()static ExchangeNode.ScopeExchangeNode.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeNode.Scope[]ExchangeNode.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.planner.plan that return types with arguments of type ExchangeNode.Scope Modifier and Type Method Description static Property<ExchangeNode,Lookup,ExchangeNode.Scope>Patterns.Exchange. scope()Constructors in io.trino.sql.planner.plan with parameters of type ExchangeNode.Scope Constructor Description ExchangeNode(PlanNodeId id, ExchangeNode.Type type, ExchangeNode.Scope scope, PartitioningScheme partitioningScheme, List<PlanNode> sources, List<List<Symbol>> inputs, Optional<OrderingScheme> orderingScheme)
-