Uses of Interface
org.apache.jena.sparql.engine.index.IndexTable
-
Uses of IndexTable in org.apache.jena.sparql.engine.index
Modifier 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 variableModifier and TypeMethodDescriptionstatic IndexTable
IndexFactory.createIndex
(Set<Var> commonVars, QueryIterator data)