com.hp.hpl.jena.sparql.engine.index
Class SetIndexTable
java.lang.Object
com.hp.hpl.jena.sparql.engine.index.SetIndexTable
- All Implemented Interfaces:
- IndexTable
public class SetIndexTable
- extends Object
- implements IndexTable
An IndexTable implementation optimized for the case where there is
only a single common variable
SetIndexTable
public SetIndexTable(Set<Var> commonVars,
QueryIterator data)
- Creates a new index table
- Parameters:
commonVars - Common Variablesdata - Data
containsCompatibleWithSharedDomain
public boolean containsCompatibleWithSharedDomain(Binding binding)
- Specified by:
containsCompatibleWithSharedDomain in interface IndexTable
Licenced under the Apache License, Version 2.0