Class BaseForExecOpBindJoin<QueryType extends Query,MemberType extends FederationMember>

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

public abstract class BaseForExecOpBindJoin<QueryType extends Query,MemberType extends FederationMember> extends UnaryExecutableOpBase
An abstract base class for the different variants to implement the bind join algorithm. All that is needed for concrete classes that extend this base class is to implement the UnaryExecutableOpBase._process(se.liu.ida.hefquin.engine.queryplan.executable.IntermediateResultBlock, IntermediateResultElementSink, ExecutionContext) function.