Uses of Class
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOpSingleInputJoin
Packages that use BaseForPhysicalOpSingleInputJoin
-
Uses of BaseForPhysicalOpSingleInputJoin in se.liu.ida.hefquin.engine.queryplan.physical.impl
Modifier and TypeClassDescriptionclass
A physical operator that implements (a batching version of) the bind join algorithm for cases in which the federation member accessed by the algorithm supports the brTPF interface.class
A physical operator that implements (a batching version of) the bind join algorithm using FILTERs to capture the potential join partners that are sent to the federation member.class
A physical operator that implements (a batching version of) the bind join algorithm using UNION.class
A physical operator that implements (a batching version of) the bind join algorithm using a VALUES clause to capture the potential join partners that are sent to the federation member.class
A physical operator that implements a version of the index nested loops join algorithm where the federation member is used as an index to request join partners for the input solution mappings.