public class HashIndexTable extends Object implements IndexTable
| Constructor and Description |
|---|
HashIndexTable(Set<Var> commonVars,
QueryIterator data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCompatibleWithSharedDomain(Binding binding)
Is there a binding in the table that has a shared domain (variables in common) and
is join-compatible? This is teh condition for MINUS to exclude the argument
binding.
|
String |
toString() |
public HashIndexTable(Set<Var> commonVars, QueryIterator data) throws org.apache.jena.sparql.engine.index.HashIndexTable.MissingBindingException
public boolean containsCompatibleWithSharedDomain(Binding binding)
IndexTablecontainsCompatibleWithSharedDomain in interface IndexTableLicenced under the Apache License, Version 2.0