Uses of Interface
se.liu.ida.hefquin.engine.queryplan.physical.NullaryPhysicalOp
Packages that use NullaryPhysicalOp
Package
Description
- 
Uses of NullaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.physical
Subinterfaces of NullaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.physicalModifier and TypeInterfaceDescriptioninterfaceAn interface for any type ofPhysicalOperatorthat directly implements a particular logical operator that has an arity of zero.Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NullaryPhysicalOp - 
Uses of NullaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.physical.impl that implement NullaryPhysicalOpModifier and TypeClassDescriptionclassPhysicalOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> A physical operator that performs a request at a federation member and, then, outputs the solution mappings obtained via this request.Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return NullaryPhysicalOpConstructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type NullaryPhysicalOpModifierConstructorDescriptionprotectedInstead of creating such a plan directly using this constructor, usePhysicalPlanFactory. - 
Uses of NullaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return NullaryPhysicalOpModifier and TypeMethodDescriptionstatic NullaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpRequest<?, ?> lop) static NullaryPhysicalOpLogicalToPhysicalOpConverter.convert(NullaryLogicalOp lop) Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type NullaryPhysicalOpModifier and TypeMethodDescriptionstatic PhysicalPlanPhysicalPlanFactory.createPlan(NullaryPhysicalOp rootOp) Creates a physical plan with the given root operator.