Class PhysicalOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember>

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOps
se.liu.ida.hefquin.engine.queryplan.physical.impl.PhysicalOpRequest<ReqType,MemberType>
All Implemented Interfaces:
NullaryPhysicalOp, NullaryPhysicalOpForLogicalOp, PhysicalOperator, PhysicalOperatorForLogicalOperator

public class PhysicalOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> extends BaseForPhysicalOps implements NullaryPhysicalOpForLogicalOp
A physical operator that performs a request at a federation member and, then, outputs the solution mappings obtained via this request. The actual algorithm of this operator is implemented in the following classes, where each of them is specific to a different type of request and federation member.