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 batch-based bind-join algorithm for SPARQL endpoints that can be used in different variations.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.classA physical operator that ..