Uses of Package
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Packages that use se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
-
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops used by se.liu.ida.hefquin.engine.queryplan.executable.impl.opsClassDescriptionAbstract base class to implement index nested loops joins by using request operators.Abstract base class to implement index nested loops joins by issuing requests directly and, then, using response processors.A generic implementation of a batch-based bind-join algorithm that issues the bind-join requests without blocking, handling the processing of their responses in parallel (in the threads that the federation access manager uses to perform the requests).A base class for all variations of our parallelized, batch-based bind-join algorithm that use some form of SPARQL requests.Base class for implementations of request operators.Base class for implementations of paging-based request operators where pages are
TPFResponseobjects.Top-level base class for all implementations ofExecutableOperator.A generic implementation of batch-based bind-join algorithm that performs the bind-join requests sequentially, one after another, for which it uses executable request operators.A base class for all variations of our sequential, batch-based bind-join algorithm that use some form of SPARQL requests.Base class for all implementations ofUnaryExecutableOpthat work more effectively if at least a minimum number of input solution mappings are available to process.Top-level base class for all implementations ofBinaryExecutableOp.Top-level base class for all implementations ofNaryExecutableOp.Top-level base class for all implementations ofNullaryExecutableOp.Top-level base class for all implementations ofUnaryExecutableOp.Base class for all implementations ofUnaryExecutableOpthat do not need to process the input solution mappings in batches (the filter operator is a typical example).