Class BaseForExecOpIndexNestedLoopsJoinWithRequestOps<QueryType extends Query,MemberType extends FederationMember>

All Implemented Interfaces:
StatsProvider, ExecutableOperator, UnaryExecutableOp
Direct Known Subclasses:
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests

public abstract class BaseForExecOpIndexNestedLoopsJoinWithRequestOps<QueryType extends Query,MemberType extends FederationMember> extends BaseForExecOpIndexNestedLoopsJoin<QueryType,MemberType>
Abstract base class to implement index nested loops joins by using request operators. The possibility to rely on a request operator is particularly useful in cases in which this operator implements paging, because the alternative would be the need to re-implement paging again in the nested loops join algorithm of potential subclasses of this base class. For an abstract base class that issues requests directly (instead of using request operators), use BaseForExecOpIndexNestedLoopsJoinWithRequests.