Uses of Interface
org.apache.jena.sparql.engine.index.IndexTable
Packages that use IndexTable
-
Uses of IndexTable in org.apache.jena.sparql.engine.index
Classes in org.apache.jena.sparql.engine.index that implement IndexTableModifier and TypeClassDescriptionclass
Indexes bindings so that they can be search for quickly when a binding to all the variables is provided.class
A slow "index" that looks for data by searching linearly through a set.class
AnIndexTable
implementation optimized for the case where there is only a single common variableMethods in org.apache.jena.sparql.engine.index that return IndexTableModifier and TypeMethodDescriptionstatic IndexTable
IndexFactory.createIndex
(Set<Var> commonVars, QueryIterator data)