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