Uses of Interface
org.apache.jena.sparql.engine.index.IndexTable
-
Packages that use IndexTable Package Description org.apache.jena.sparql.engine.index -
-
Uses of IndexTable in org.apache.jena.sparql.engine.index
Classes in org.apache.jena.sparql.engine.index that implement IndexTable Modifier and Type Class Description classHashIndexTableIndexes bindings so that they can be search for quickly when a binding to all the variables is provided.classLinearIndexA slow "index" that looks for data by searching linearly through a set.classSetIndexTableAnIndexTableimplementation optimized for the case where there is only a single common variableMethods in org.apache.jena.sparql.engine.index that return IndexTable Modifier and Type Method Description static IndexTableIndexFactory. createIndex(java.util.Set<Var> commonVars, QueryIterator data)
-