public final class LogicalDelta extends Delta
Delta
not targeted at any particular engine or calling convention.RelNode.Contextdigest, id, rowType, traitSet| Constructor and Description |
|---|
LogicalDelta(RelInput input)
Creates a LogicalDelta by parsing serialized output.
|
LogicalDelta(RelOptCluster cluster,
RelTraitSet traits,
RelNode input)
Creates a LogicalDelta.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
copy(RelTraitSet traitSet,
List<RelNode> inputs)
Creates a copy of this relational expression, perhaps changing traits and
inputs.
|
static LogicalDelta |
create(RelNode input)
Creates a LogicalDelta.
|
childrenAccept, deriveRowType, estimateRowCount, explainTerms, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeSelfCost, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesSet, hashCode, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitexplain, fieldIsNullablepublic LogicalDelta(RelOptCluster cluster, RelTraitSet traits, RelNode input)
Use create(org.apache.calcite.rel.RelNode) unless you know what you're doing.
cluster - Cluster that this relational expression belongs toinput - Input relational expressionpublic LogicalDelta(RelInput input)
public static LogicalDelta create(RelNode input)
public RelNode copy(RelTraitSet traitSet, List<RelNode> inputs)
RelNodeSub-classes with other important attributes are encouraged to create variants of this method with more parameters.
copy in interface RelNodecopy in class AbstractRelNodetraitSet - Trait setinputs - InputsCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.