Package org.apache.calcite.rel.stream
Defines relational expressions for streaming.
Related packages and classes
- Package
org.apache.calcite.rel.core
contains core relational expressions
-
Interface Summary Interface Description StreamRules.DeltaAggregateTransposeRule.Config Rule configuration.StreamRules.DeltaFilterTransposeRule.Config Rule configuration.StreamRules.DeltaJoinTransposeRule.Config Rule configuration.StreamRules.DeltaProjectTransposeRule.Config Rule configuration.StreamRules.DeltaSortTransposeRule.Config Rule configuration.StreamRules.DeltaTableScanRule.Config Rule configuration.StreamRules.DeltaTableScanToEmptyRule.Config Rule configuration.StreamRules.DeltaUnionTransposeRule.Config Rule configuration. -
Class Summary 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 ofChi
not targeted at any particular engine or calling convention.LogicalDelta Sub-class ofDelta
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 convertsDelta
over aTableScan
of a table other thanStreamableTable
to an emptyValues
.StreamRules.DeltaUnionTransposeRule