| Interface | Description |
|---|---|
| IndexTable |
Interface for indexes that are used for identifying matching
Bindings when
QueryIterMinus is trying to determine
which Bindings need to be removed. |
| Class | Description |
|---|---|
| HashIndexTable |
Indexes bindings so that they can be search for quickly when a binding to all the
variables is provided.
|
| IndexFactory |
Creates
IndexTables for use by
QueryIterMinus. |
| LinearIndex |
A slow "index" that looks for data by searching linearly through a set.
|
| SetIndexTable |
An
IndexTable implementation optimized for the case where there is
only a single common variable |
Licenced under the Apache License, Version 2.0