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 TypeClassDescriptionclass
A 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).class
A physical operator that implements a local (!)class
A 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).