@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
RelOptRule
to generate BeamRelNode
.See: Description
Interface | Description |
---|---|
JoinRelOptRuleCall.JoinChecker |
This is a function gets the output relation and checks if it is a legal relational node.
|
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 | |
BeamJoinAssociateRule |
This is very similar to
JoinAssociateRule . |
BeamJoinPushThroughJoinRule |
This is exactly similar to
JoinPushThroughJoinRule . |
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 . |
JoinRelOptRuleCall |
This is a class to catch the built join and check if it is a legal join before passing it to the
actual RelOptRuleCall.
|
RelOptRule
to generate BeamRelNode
.