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 TypeInterfaceDescriptioninterface
An interface for any type ofPhysicalOperator
that 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 TypeClassDescriptionclass
PhysicalOpRequest<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 NullaryPhysicalOpModifierConstructorDescriptionprotected
Instead 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 NullaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpRequest<?, ?> lop) static NullaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(NullaryLogicalOp lop) Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type NullaryPhysicalOpModifier and TypeMethodDescriptionstatic PhysicalPlan
PhysicalPlanFactory.createPlan
(NullaryPhysicalOp rootOp) Creates a physical plan with the given root operator.