| Modifier and Type | Class and Description |
|---|---|
static class |
SetOp.OpType |
| Constructor and Description |
|---|
SetOp(List<RelNode> inputs,
SetOp.OpType opType,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RelNodeVisitor<R> visitor)
Accept method for the visitor pattern.
|
List<RelNode> |
getInputs()
Returns the child RelNodes of this node (for iterative traversal).
|
SetOp.OpType |
getOpType() |
public SetOp(List<RelNode> inputs, SetOp.OpType opType, SourceAnchor anchor)
public SetOp.OpType getOpType()
public List<RelNode> getInputs()
RelNodepublic <R> R accept(RelNodeVisitor<R> visitor)
RelNode