See: Description
| Interface | Description |
|---|---|
| StreamRules.DeltaAggregateTransposeRule.DeltaAggregateTransposeRuleConfig |
Rule configuration.
|
| StreamRules.DeltaFilterTransposeRule.DeltaFilterTransposeRuleConfig |
Rule configuration.
|
| StreamRules.DeltaJoinTransposeRule.DeltaJoinTransposeRuleConfig |
Rule configuration.
|
| StreamRules.DeltaProjectTransposeRule.DeltaProjectTransposeRuleConfig |
Rule configuration.
|
| StreamRules.DeltaSortTransposeRule.DeltaSortTransposeRuleConfig |
Rule configuration.
|
| StreamRules.DeltaTableScanRule.DeltaTableScanRuleConfig |
Rule configuration.
|
| StreamRules.DeltaTableScanToEmptyRule.DeltaTableScanToEmptyRuleConfig |
Rule configuration.
|
| StreamRules.DeltaUnionTransposeRule.DeltaUnionTransposeRuleConfig |
Rule configuration.
|
| 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.DeltaJoinTransposeRule | |
| StreamRules.DeltaProjectTransposeRule | |
| StreamRules.DeltaSortTransposeRule | |
| StreamRules.DeltaTableScanRule | |
| StreamRules.DeltaTableScanToEmptyRule |
Planner rule that converts
Delta over a TableScan of
a table other than StreamableTable to
an empty Values. |
| StreamRules.DeltaUnionTransposeRule |
org.apache.calcite.rel.core
contains core relational expressions
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.