@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
RelOptRule
to generate BeamRelNode
.See: Description
Class | Description |
---|---|
BeamAggregationRule |
Rule to detect the window/trigger settings.
|
BeamBasicAggregationRule |
Aggregation rule that doesn't include projection.
|
BeamCalcRule | |
BeamEnumerableConverterRule | |
BeamIntersectRule |
ConverterRule to replace Intersect with BeamIntersectRel . |
BeamIOSinkRule | |
BeamJoinRule |
ConverterRule to replace Join with BeamJoinRel . |
BeamMinusRule |
ConverterRule to replace Minus with BeamMinusRel . |
BeamSortRule |
ConverterRule to replace Sort with BeamSortRel . |
BeamUncollectRule | |
BeamUnionRule | |
BeamUnnestRule | |
BeamValuesRule |
ConverterRule to replace Values with BeamValuesRel . |
RelOptRule
to generate BeamRelNode
.