public class MutableUnion extends MutableSetOp
Union.allinputscluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
MutableUnion(RelOptCluster cluster,
RelDataType rowType,
List<MutableRel> inputs,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
static MutableUnion |
of(RelDataType rowType,
List<MutableRel> inputs,
boolean all)
Creates a MutableUnion.
|
equals, hashCode, isAllchildrenAccept, cloneChildren, getInputs, setInputdeep, getParent, replaceInParent, toStringprivate MutableUnion(RelOptCluster cluster, RelDataType rowType, List<MutableRel> inputs, boolean all)
public static MutableUnion of(RelDataType rowType, List<MutableRel> inputs, boolean all)
rowType - Row typeinputs - Input relational expressionsall - Whether the union result should include all rows or
eliminate duplicates from input relational expressionspublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.