public class SetIndexTable extends Object implements IndexTable
IndexTable
implementation optimized for the case where there is
only a single common variableConstructor and Description |
---|
SetIndexTable(Set<Var> commonVars,
QueryIterator data)
Creates a new index table
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsCompatibleWithSharedDomain(Binding binding) |
public SetIndexTable(Set<Var> commonVars, QueryIterator data)
commonVars
- Common Variablesdata
- Datapublic boolean containsCompatibleWithSharedDomain(Binding binding)
containsCompatibleWithSharedDomain
in interface IndexTable
Licenced under the Apache License, Version 2.0