java.lang.Object
org.apache.jena.sparql.engine.index.HashIndexTable
- All Implemented Interfaces:
IndexTable
Indexes bindings so that they can be search for quickly when a binding to all the
variables is provided. If a binding to only some of the known variables is provided
then the index still works, but will search linearly.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is there a binding in the table that has a shared domain (variables in common) and is join-compatible?toString()
-
Constructor Details
-
HashIndexTable
public HashIndexTable(Set<Var> commonVars, QueryIterator data) throws org.apache.jena.sparql.engine.index.HashIndexTable.MissingBindingException
-
-
Method Details