Uses of Interface
se.liu.ida.hefquin.engine.queryplan.physical.UnaryPhysicalOp
Packages that use UnaryPhysicalOp
Package
Description
- 
Uses of UnaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.physical
Subinterfaces of UnaryPhysicalOp 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 one.Methods in se.liu.ida.hefquin.engine.queryplan.physical that return UnaryPhysicalOp - 
Uses of UnaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.physical.impl that implement UnaryPhysicalOpModifier and TypeClassDescriptionclassBase class for physical operators that implement some form of a join algorithm that consumes only one input and produces the other input as part of the algorithm itself.classA physical operator that implements (a batching version of) the bind join algorithm for cases in which the federation member accessed by the algorithm supports the brTPF interface.classA physical operator that implements (a batching version of) the bind join algorithm using FILTERs to capture the potential join partners that are sent to the federation member.classA physical operator that implements (a batching version of) the bind join algorithm using UNION.classA physical operator that implements (a batching version of) the bind join algorithm using a VALUES clause to capture the potential join partners that are sent to the federation member.classA physical operator that filters the input solution mappings.classA physical operator that applies a given vocabulary mapping to all input solution mappings, converting them from using global vocabulary terms to using local vocabulary terms.classA physical operator that implements a version of the index nested loops join algorithm where the federation member is used as an index to request join partners for the input solution mappings.classA physical operator that applies a given vocabulary mapping to all input solution mappings, converting them from using local vocabulary terms to using global vocabulary terms.classA physical operator that implements a left-outer join for multiple optional parts; as a unary operator, the operator has a single input, which provides the solutions of the non-optional part.Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return UnaryPhysicalOpConstructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type UnaryPhysicalOpModifierConstructorDescriptionprotectedPhysicalPlanWithUnaryRootImpl(UnaryPhysicalOp rootOp, PhysicalPlan subPlan) Instead of creating such a plan directly using this constructor, usePhysicalPlanFactory. - 
Uses of UnaryPhysicalOp in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return UnaryPhysicalOpModifier and TypeMethodDescriptionstatic UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpBGPAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpBGPOptAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpBind lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpFilter lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpGlobalToLocal lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpGPAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpGPOptAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpLocalToGlobal lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpTPAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpTPOptAdd lop) static UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(UnaryLogicalOp lop) Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type UnaryPhysicalOpModifier and TypeMethodDescriptionstatic PhysicalPlanPhysicalPlanFactory.createPlan(UnaryPhysicalOp rootOp, PhysicalPlan subplan) Creates a physical plan with the given root operator.