@Immutable public class IntersectNode extends SetOperationNode
| Constructor and Description |
|---|
IntersectNode(PlanNodeId id,
List<PlanNode> sources,
com.google.common.collect.ListMultimap<Symbol,Symbol> outputToInputs,
List<Symbol> outputs) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
getOutputSymbols, getSources, getSymbolMapping, outputSymbolMap, sourceOutputLayout, sourceSymbolMappublic <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren in class PlanNodeCopyright © 2012–2019. All rights reserved.