public class MutableCollect extends MutableSingleRel
Collect.| Modifier and Type | Field and Description |
|---|---|
String |
fieldName |
inputcluster, ordinalInParent, PAIRWISE_STRING_EQUIVALENCE, parent, rowType, STRING_EQUIVALENCE, type| Modifier | Constructor and Description |
|---|---|
private |
MutableCollect(RelDataType rowType,
MutableRel input,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
MutableRel |
clone() |
StringBuilder |
digest(StringBuilder buf) |
boolean |
equals(Object obj) |
int |
hashCode() |
static MutableCollect |
of(RelDataType rowType,
MutableRel input,
String fieldName)
Creates a MutableCollect.
|
childrenAccept, getInput, getInputs, setInputdeep, getParent, replaceInParent, toStringpublic final String fieldName
private MutableCollect(RelDataType rowType, MutableRel input, String fieldName)
public static MutableCollect of(RelDataType rowType, MutableRel input, String fieldName)
rowType - Row typeinput - Input relational expressionfieldName - Name of the sole output fieldpublic StringBuilder digest(StringBuilder buf)
digest in class MutableRelpublic MutableRel clone()
clone in class MutableRelCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.