Class EnumerableBatchNestedLoopJoinRule


@Enclosing public class EnumerableBatchNestedLoopJoinRule extends RelRule<EnumerableBatchNestedLoopJoinRule.Config>
Rule to convert a LogicalJoin to an EnumerableBatchNestedLoopJoin. You may provide a custom config to convert other nodes that extend Join.
See Also: