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 NullaryPhysicalOpModifier and TypeMethodDescriptiondefault NullaryPhysicalOpPhysicalOpFactory.create(NullaryLogicalOp lop) Creates a physical operator for the given logical operator.PhysicalOpRegistry.create(NullaryLogicalOp lop) Creates a physical operator for the given logical operator by consulting registered factories in order.PhysicalPlanWithNullaryRoot.getRootOperator()Methods in se.liu.ida.hefquin.engine.queryplan.physical that return types with arguments of type NullaryPhysicalOpModifier and TypeMethodDescriptionPhysicalOpRegistry.createAll(NullaryLogicalOp lop) Creates all possible physical operators for the given logical operator by consulting all registered factories. -
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 TypeClassDescriptionclassA physical operator that returns a given solution mapping.classPhysicalOpRequest<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.protectedPhysicalPlanWithNullaryRootImpl(NullaryPhysicalOp rootOp, QueryPlanningInfo qpInfo) 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 TypeMethodDescriptionLogicalToPhysicalOpConverter.convert(NullaryLogicalOp lop) Returns a physical operator that implements the given logical operator.LogicalToPhysicalOpConverterImpl.convert(NullaryLogicalOp lop) Methods in se.liu.ida.hefquin.engine.queryplan.utils that return types with arguments of type NullaryPhysicalOpModifier and TypeMethodDescriptionLogicalToPhysicalOpConverter.getAllPossible(NullaryLogicalOp lop) Returns all physical operators that implement the given logical operator.LogicalToPhysicalOpConverterImpl.getAllPossible(NullaryLogicalOp lop) Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type NullaryPhysicalOpModifier and TypeMethodDescriptionstatic PhysicalPlanPhysicalPlanFactory.createPlan(NullaryPhysicalOp rootOp, QueryPlanningInfo qpInfo) Creates a physical plan with the given root operator.