@Immutable public class FilterNode extends PlanNode
| Constructor and Description |
|---|
FilterNode(PlanNodeId id,
PlanNode source,
Expression predicate) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<Symbol> |
getOutputSymbols() |
Expression |
getPredicate() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public FilterNode(PlanNodeId id, PlanNode source, Expression predicate)
public Expression getPredicate()
public List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic List<PlanNode> getSources()
getSources in class PlanNodepublic PlanNode getSource()
public <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.