See: Description
| Class | Description |
|---|---|
| Chi |
Relational operator that converts a stream to a relation.
|
| Delta |
Relational operator that converts a relation to a stream.
|
| LogicalChi |
Sub-class of
Chi
not targeted at any particular engine or calling convention. |
| LogicalDelta |
Sub-class of
Delta
not targeted at any particular engine or calling convention. |
| StreamRules |
Rules and relational operators for streaming relational expressions.
|
| StreamRules.DeltaAggregateTransposeRule | |
| StreamRules.DeltaFilterTransposeRule | |
| StreamRules.DeltaProjectTransposeRule | |
| StreamRules.DeltaSortTransposeRule | |
| StreamRules.DeltaTableScanRule | |
| StreamRules.DeltaUnionTransposeRule |
org.apache.calcite.rel.core
contains core relational expressions
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.