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.
RelNode.Contextdigest, 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, estimateRowCount, explainTerms, getInput, getInputs, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, 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, fieldIsNullableprotected Delta(RelOptCluster cluster, RelTraitSet traits, RelNode input)
protected Delta(RelInput input)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.