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 TypeClassDescriptionclass
This is a hash table based implementation ofinvalid reference
SolutionMappingsIndex
class
This is a hash table based implementation ofinvalid reference
SolutionMappingsIndex
class
This is a hash table based implementation ofinvalid reference
SolutionMappingsIndex
class
class
Wraps anotherSolutionMappingsIndex
and, for every method that returns anIterable
of solution mappings, this implementation copies theIterable
returned by the wrapped index into a new list and, then, returns that list.class
This is a special implementation ofinvalid reference
SolutionMappingsIndex
class
class
Base class for implementations ofSolutionMappingsIndex
that wrap anotherSolutionMappingsIndex
.Fields in se.liu.ida.hefquin.base.datastructures.impl declared as SolutionMappingsIndexModifier and TypeFieldDescriptionprotected final SolutionMappingsIndex
WrappingSolutionMappingsIndex.wrappedIndex
Constructors 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 SolutionMappingsIndex
ExecOpHashJoin.index
protected final SolutionMappingsIndex
ExecOpSymmetricHashJoin.indexForChild1
protected final SolutionMappingsIndex
ExecOpSymmetricHashJoin.indexForChild2
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type parameters of type SolutionMappingsIndexModifier and TypeFieldDescriptionprotected final List
<SolutionMappingsIndex> ExecOpParallelMultiwayLeftJoin.indexes
Constructors 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)