Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra.evaluation.iterator | |
org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator |
Modifier and Type | Field and Description |
---|---|
static BindingSetHashKey |
BindingSetHashKey.EMPTY |
Modifier and Type | Method and Description |
---|---|
static BindingSetHashKey |
BindingSetHashKey.create(String[] varNames,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected Map<BindingSetHashKey,List<BindingSet>> |
HashJoinIteration.makeHashTable(int initialSize)
Utility methods to make it easier to inserted custom store dependent maps
|
Modifier and Type | Method and Description |
---|---|
protected void |
HashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> nextHashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue,
boolean newEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
HashJoinIteration.disposeHashTable(Map<BindingSetHashKey,List<BindingSet>> map)
Utility methods to clear-up in case not using in-memory hash table.
|
protected void |
HashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> nextHashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue,
boolean newEntry) |
Modifier and Type | Method and Description |
---|---|
protected void |
LimitedSizeHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> hashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
LimitedSizeHashJoinIteration.disposeHashTable(Map<BindingSetHashKey,List<BindingSet>> map) |
protected void |
LimitedSizeHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey,List<BindingSet>> hashTable,
BindingSetHashKey hashKey,
List<BindingSet> hashValue) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.