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 ofthat 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.invalid reference
SolutionMappingsIndexclassThis is a hash table based implementation ofthat 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.invalid reference
SolutionMappingsIndexclassThis is a hash table based implementation ofthat 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.invalid reference
SolutionMappingsIndexclassclassWraps 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 ofthat can be used for cases in which ALL indexed solution mappings should be returned as join partners.invalid reference
SolutionMappingsIndexclassclassBase 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.indexesMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SolutionMappingsIndexModifier and TypeMethodDescriptionprotected static voidExecOpSymmetricHashJoin._processInputSolMap(SolutionMapping inputSolMap, SolutionMappingsIndex indexForInput, SolutionMappingsIndex indexForProbing, List<SolutionMapping> outputBuffer) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type SolutionMappingsIndexModifierConstructorDescriptionWorker(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, List<SolutionMapping> input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt)