Uses of Interface
se.liu.ida.hefquin.base.datastructures.SolutionMappingsIndex
Packages that use SolutionMappingsIndex
Package
Description
- 
Uses of SolutionMappingsIndex in se.liu.ida.hefquin.base.datastructures.impl
Classes in se.liu.ida.hefquin.base.datastructures.impl that implement SolutionMappingsIndexModifier and TypeClassDescriptionclassThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are built on one query variable and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classThis is a hash table based implementation ofSolutionMappingsIndexthat can be used for indexes that are built on two query variables and that are meant to be used for cases in which adding and probing into the index may not happen concurrently.classclassWraps anotherSolutionMappingsIndexand, for every method that returns anIterableof solution mappings, this implementation copies theIterablereturned by the wrapped index into a new list and, then, returns that list.classThis is a special implementation ofSolutionMappingsIndexthat can be used for cases in which ALL indexed solution mappings should be returned as join partners.classclassBase class for implementations ofSolutionMappingsIndexthat wrap anotherSolutionMappingsIndex.Fields in se.liu.ida.hefquin.base.datastructures.impl declared as SolutionMappingsIndexModifier and TypeFieldDescriptionprotected final SolutionMappingsIndexWrappingSolutionMappingsIndex.wrappedIndexConstructors in se.liu.ida.hefquin.base.datastructures.impl with parameters of type SolutionMappingsIndexModifierConstructorDescriptionSolutionMappingsIndexForMixedUsage(SolutionMappingsIndex wrappedIndex) SolutionMappingsIndexWithPostMatching(SolutionMappingsIndex wrappedIndex) WrappingSolutionMappingsIndex(SolutionMappingsIndex wrappedIndex)  - 
Uses of SolutionMappingsIndex in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as SolutionMappingsIndexModifier and TypeFieldDescriptionprotected final SolutionMappingsIndexExecOpHashJoin.indexprotected final SolutionMappingsIndexExecOpSymmetricHashJoin.indexForChild1protected final SolutionMappingsIndexExecOpSymmetricHashJoin.indexForChild2Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type parameters of type SolutionMappingsIndexModifier and TypeFieldDescriptionprotected final List<SolutionMappingsIndex>ExecOpParallelMultiwayLeftJoin.indexesConstructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SolutionMappingsIndexModifierConstructorDescriptionWorker(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, IntermediateResultBlock input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt)