Uses of Class
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BinaryExecutableOpBase
Packages that use BinaryExecutableOpBase
-
Uses of BinaryExecutableOpBase in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Modifier and TypeClassDescriptionclass
class
class
A right outer join version of the hash join algorithm implemented inExecOpHashJoin
.class
Attention, this is a purely local implementation of the nested loops join algorithm---nothing fancy, no requests to federation members or anything.class
Implementation of the symmetric hash join algorithm.