Module org.apache.jena.arq
Package org.apache.jena.sparql.engine.index
package org.apache.jena.sparql.engine.index
-
ClassDescriptionIndexes bindings so that they can be search for quickly when a binding to all the variables is provided.Creates
IndexTable
s for use byQueryIterMinus
.Interface for indexes that are used for identifying matchingBinding
s whenQueryIterMinus
is trying to determine which Bindings need to be removed.A slow "index" that looks for data by searching linearly through a set.AnIndexTable
implementation optimized for the case where there is only a single common variable