Package org.apache.jena.sparql.engine.index
-
Interface Summary Interface Description IndexTable Interface for indexes that are used for identifying matchingBindings whenQueryIterMinusis trying to determine which Bindings need to be removed. -
Class Summary Class Description HashIndexTable Indexes bindings so that they can be search for quickly when a binding to all the variables is provided.IndexFactory CreatesIndexTables for use byQueryIterMinus.LinearIndex A slow "index" that looks for data by searching linearly through a set.SetIndexTable AnIndexTableimplementation optimized for the case where there is only a single common variable