Uses of Interface
se.liu.ida.hefquin.engine.queryplan.physical.PhysicalOpFactory
Packages that use PhysicalOpFactory
Package
Description
-
Uses of PhysicalOpFactory in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical with parameters of type PhysicalOpFactoryModifier and TypeMethodDescriptionPhysicalOpRegistry.register(PhysicalOpFactory factory) Registers a factory at the end of the lookup chain. -
Uses of PhysicalOpFactory in se.liu.ida.hefquin.engine.queryplan.physical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.physical.impl that implement PhysicalOpFactoryModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return PhysicalOpFactoryModifier and TypeMethodDescriptionstatic PhysicalOpFactoryPhysicalOpBinaryUnion.getFactory()static PhysicalOpFactoryPhysicalOpBind.getFactory()static PhysicalOpFactoryPhysicalOpBindJoinBRTPF.getFactory()static PhysicalOpFactoryPhysicalOpFilter.getFactory()static PhysicalOpFactoryPhysicalOpFixedSolMap.getFactory()static PhysicalOpFactoryPhysicalOpGlobalToLocal.getFactory()static PhysicalOpFactoryPhysicalOpHashJoin.getFactory()static PhysicalOpFactoryPhysicalOpHashRJoin.getFactory()static PhysicalOpFactoryPhysicalOpIndexNestedLoopsJoin.getFactory()static PhysicalOpFactoryPhysicalOpLocalToGlobal.getFactory()static PhysicalOpFactoryPhysicalOpLookupJoinViaWrapper.getFactory()static PhysicalOpFactoryPhysicalOpMultiwayUnion.getFactory()static PhysicalOpFactoryPhysicalOpNaiveNestedLoopsJoin.getFactory()static PhysicalOpFactoryPhysicalOpRequest.getFactory()static PhysicalOpFactoryPhysicalOpSymmetricHashJoin.getFactory() -
Uses of PhysicalOpFactory in se.liu.ida.hefquin.engine.queryplan.utils
Constructor parameters in se.liu.ida.hefquin.engine.queryplan.utils with type arguments of type PhysicalOpFactoryModifierConstructorDescriptionLogicalToPhysicalOpConverterImpl(List<PhysicalOpFactory> popFactories)