Uses of Class
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOpBinaryJoin
Packages that use BaseForPhysicalOpBinaryJoin
- 
Uses of BaseForPhysicalOpBinaryJoin in se.liu.ida.hefquin.engine.queryplan.physical.impl
Modifier and TypeClassDescriptionclassA physical operator that implements the hash join algorithm to perform an inner join of two sequences of input solution mappings (produced by the two sub-plans under this operator).classA physical operator that implements a local (!)classA physical operator that implements the symmetric hash join algorithm to perform an inner join of two sequences of input solution mappings (produced by the two sub-plans under this operator).