public class MutableFilter extends MutableSingleRel
Filter.| Modifier and Type | Field and Description |
|---|---|
RexNode |
condition |
inputcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
MutableFilter(MutableRel input,
RexNode condition) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
boolean |
equals(Object obj) |
int |
hashCode() |
static MutableFilter |
of(MutableRel input,
RexNode condition)
Creates a MutableFilter.
|
childrenAccept, getInput, getInputs, setInputdeep, getParent, replaceInParent, toStringpublic final RexNode condition
private MutableFilter(MutableRel input, RexNode condition)
public static MutableFilter of(MutableRel input, RexNode condition)
input - Input relational expressioncondition - Boolean expression which determines whether a row is
allowed to passpublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.