public class LinearIndex extends Object implements IndexTable
Contribution from Paul Gearon
Constructor and Description |
---|
LinearIndex(Set<Var> commonVars,
QueryIterator data) |
LinearIndex(Set<Var> commonVars,
QueryIterator data,
Set<com.hp.hpl.jena.sparql.engine.index.HashIndexTable.Key> loadedData,
Map<Var,Integer> mappings) |
public LinearIndex(Set<Var> commonVars, QueryIterator data)
public LinearIndex(Set<Var> commonVars, QueryIterator data, Set<com.hp.hpl.jena.sparql.engine.index.HashIndexTable.Key> loadedData, Map<Var,Integer> mappings)
public boolean containsCompatibleWithSharedDomain(Binding bindingLeft)
containsCompatibleWithSharedDomain
in interface IndexTable
Licenced under the Apache License, Version 2.0