| Interface | Description |
|---|---|
| ResultsAssembler |
Stores intermediate results under various single and multi-scan contexts in
order to fulfill a query and may conditionally bypass results avoiding the
overhead of assembling a graph.
|
| ResultsSlider |
| Class | Description |
|---|---|
| DefaultResultsAssembler |
Default functionality for various results assemblers.
|
| NoOpResultsComparator | |
| ParallelSlidingResultsAssembler |
Parallel results assembler which collects callable tasks then, lazily invokes
the resulting
futures before returning
results, the graphs being assembled by individual
GraphAssemblerCallable instances rather than by reusing the same
assembler. |
| ResultsAggregator |
Assembler which executes aggregate functions, grouping and having clause
syntax tree evaluation.
|
| ResultsComparator | |
| ResultsComparatorAssembler | |
| SlidingResultsAssembler |
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
|
| StreamingResultsAssembler |
Assembler which determines whether results can be ignored under the current
context then "slides" past results not within the given range, avoiding the
overhead of assembling a graph.
|
Copyright © 2021. All Rights Reserved.