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 TypeClassDescriptionclassA 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.classA 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.classA physical operator that implements (a batching version of) the bind join algorithm using UNION.classA 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.classA physical operator that implements (a batching version of) the bind join algorithm.classA 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.