| Constructor and Description |
|---|
Filter(RelNode input,
RexNode condition,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RelNodeVisitor<R> visitor)
Accept method for the visitor pattern.
|
RexNode |
getCondition() |
RelNode |
getInput() |
List<RelNode> |
getInputs()
Returns the child RelNodes of this node (for iterative traversal).
|
public Filter(RelNode input, RexNode condition, SourceAnchor anchor)
public RexNode getCondition()
public List<RelNode> getInputs()
RelNodepublic <R> R accept(RelNodeVisitor<R> visitor)
RelNode