public abstract class Delta extends SingleRel
For example, if Orders is a table, and TableScan(Orders)
is a relational operator that returns the current contents of the table,
then Delta(TableScan(Orders)) is a relational operator that returns
all inserts into the table.
If unrestricted, Delta returns all previous inserts into the table (from time -∞ to now) and all future inserts into the table (from now to +∞) and never terminates.
digest, id, rowType, traitSet| Modifier | Constructor and Description |
|---|---|
protected |
Delta(RelInput input)
Creates a Delta by parsing serialized output.
|
protected |
Delta(RelOptCluster cluster,
RelTraitSet traits,
RelNode input) |
childrenAccept, deriveRowType, explainTerms, getInput, getInputs, getRows, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, copy, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isDistinct, isKey, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringprotected Delta(RelOptCluster cluster, RelTraitSet traits, RelNode input)
protected Delta(RelInput input)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.