| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
ExchangeNode.Type |
RemoteSourceNode.getExchangeType() |
ExchangeNode.Type |
ExchangeNode.getType() |
static ExchangeNode.Type |
ExchangeNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExchangeNode.Type[] |
ExchangeNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExchangeNode(PlanNodeId id,
ExchangeNode.Type type,
ExchangeNode.Scope scope,
PartitioningScheme partitioningScheme,
List<PlanNode> sources,
List<List<Symbol>> inputs,
Optional<OrderingScheme> orderingScheme) |
RemoteSourceNode(PlanNodeId id,
List<PlanFragmentId> sourceFragmentIds,
List<Symbol> outputs,
Optional<OrderingScheme> orderingScheme,
ExchangeNode.Type exchangeType) |
RemoteSourceNode(PlanNodeId id,
PlanFragmentId sourceFragmentId,
List<Symbol> outputs,
Optional<OrderingScheme> orderingScheme,
ExchangeNode.Type exchangeType) |
Copyright © 2012–2019. All rights reserved.