@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 | ConverterRuleto replaceIntersectwithBeamIntersectRel. | 
| BeamIOSinkRule | |
| BeamJoinRule | ConverterRuleto replaceJoinwithBeamJoinRel. | 
| BeamMinusRule | ConverterRuleto replaceMinuswithBeamMinusRel. | 
| BeamSortRule | ConverterRuleto replaceSortwithBeamSortRel. | 
| BeamUncollectRule | |
| BeamUnionRule | |
| BeamUnnestRule | |
| BeamValuesRule | ConverterRuleto replaceValueswithBeamValuesRel. | 
RelOptRule to generate BeamRelNode.