Uses of Class
org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
Packages that use BindingSetHashKey
Package
Description
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
Uses of BindingSetHashKey in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as BindingSetHashKeyMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return BindingSetHashKeyModifier and TypeMethodDescriptionstatic BindingSetHashKey
BindingSetHashKey.create
(String[] varNames, BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type BindingSetHashKeyModifier and TypeMethodDescriptionprotected Map
<BindingSetHashKey, List<BindingSet>> HashJoinIteration.makeHashTable
(int initialSize) Utility methods to make it easier to inserted custom store dependent mapsMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSetHashKeyModifier and TypeMethodDescriptionprotected void
HashJoinIteration.putHashTableEntry
(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSetHashKeyModifier and TypeMethodDescriptionprotected 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)