| Package | Description |
|---|---|
| io.prestosql.sql.planner.plan |
| Modifier and Type | Method and Description |
|---|---|
static SemiJoinNode.DistributionType |
SemiJoinNode.DistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemiJoinNode.DistributionType[] |
SemiJoinNode.DistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SemiJoinNode.DistributionType> |
SemiJoinNode.getDistributionType() |
| Modifier and Type | Method and Description |
|---|---|
SemiJoinNode |
SemiJoinNode.withDistributionType(SemiJoinNode.DistributionType distributionType) |
| Constructor and Description |
|---|
SemiJoinNode(PlanNodeId id,
PlanNode source,
PlanNode filteringSource,
Symbol sourceJoinSymbol,
Symbol filteringSourceJoinSymbol,
Symbol semiJoinOutput,
Optional<Symbol> sourceHashSymbol,
Optional<Symbol> filteringSourceHashSymbol,
Optional<SemiJoinNode.DistributionType> distributionType) |
Copyright © 2012–2019. All rights reserved.