Uses of Interface
se.liu.ida.hefquin.engine.queryplan.logical.NullaryLogicalOp
Packages that use NullaryLogicalOp
Package
Description
-
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical that return NullaryLogicalOp -
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.logical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.logical.impl that implement NullaryLogicalOpModifier and TypeClassDescriptionclassA logical operator that returns a given solution mapping.classLogicalOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Methods in se.liu.ida.hefquin.engine.queryplan.logical.impl that return NullaryLogicalOpConstructors in se.liu.ida.hefquin.engine.queryplan.logical.impl with parameters of type NullaryLogicalOpModifierConstructorDescriptionLogicalPlanWithNullaryRootImpl(NullaryLogicalOp rootOp, Iterable<QueryPlanProperty> qpInfo) Constructor. -
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NullaryLogicalOpMethods in se.liu.ida.hefquin.engine.queryplan.physical with parameters of type NullaryLogicalOpModifier 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.PhysicalOpRegistry.createAll(NullaryLogicalOp lop) Creates all possible physical operators for the given logical operator by consulting all registered factories. -
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type NullaryLogicalOpModifier and TypeMethodDescriptionPhysicalOpFixedSolMap.Factory.create(NullaryLogicalOp lop) PhysicalOpRequest<?, ?> PhysicalOpRequest.Factory.create(NullaryLogicalOp lop) -
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type NullaryLogicalOpModifier and TypeMethodDescriptionLogicalToPhysicalOpConverter.convert(NullaryLogicalOp lop) Returns a physical operator that implements the given logical operator.LogicalToPhysicalOpConverterImpl.convert(NullaryLogicalOp lop) protected PhysicalPlanLogicalToPhysicalPlanConverterImpl.Worker.createPhysicalPlanWithNullaryRoot(NullaryLogicalOp lop, QueryPlanningInfo qpInfo) static PhysicalPlanPhysicalPlanFactory.createPlan(NullaryLogicalOp rootOp, QueryPlanningInfo qpInfo, LogicalToPhysicalOpConverter lop2pop) Creates a physical plan in which the root operator is the physical operator that the givenLogicalToPhysicalOpConverterreturns for the given logical operator.LogicalToPhysicalOpConverter.getAllPossible(NullaryLogicalOp lop) Returns all physical operators that implement the given logical operator.LogicalToPhysicalOpConverterImpl.getAllPossible(NullaryLogicalOp lop)