public class MutableExchange extends MutableSingleRel
Exchange.| Modifier and Type | Field and Description |
|---|---|
RelDistribution |
distribution |
inputcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
MutableExchange(MutableRel input,
RelDistribution distribution) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
boolean |
equals(Object obj) |
int |
hashCode() |
static MutableExchange |
of(MutableRel input,
RelDistribution distribution)
Creates a MutableExchange.
|
childrenAccept, getInput, getInputs, setInputdeep, getParent, replaceInParent, toStringpublic final RelDistribution distribution
private MutableExchange(MutableRel input, RelDistribution distribution)
public static MutableExchange of(MutableRel input, RelDistribution distribution)
input - Input relational expressiondistribution - Distribution specificationpublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.