Package | Description |
---|---|
com.bigdata.bop.join |
Modifier and Type | Method and Description |
---|---|
JVMHashIndex.Bucket |
JVMHashIndex.getBucket(IBindingSet left)
Return the hash
JVMHashIndex.Bucket into which the given solution is mapped. |
JVMHashIndex.Bucket[] |
JVMHashIndex.toArray()
Export the
JVMHashIndex.Bucket s as an array. |
Modifier and Type | Method and Description |
---|---|
Iterator<JVMHashIndex.Bucket> |
JVMHashIndex.buckets()
Visit all buckets in the hash index.
|
Modifier and Type | Method and Description |
---|---|
int |
JVMHashIndex.Bucket.compareTo(JVMHashIndex.Bucket o)
Orders the buckets based on their hash codes.
|
Constructor and Description |
---|
JVMHashIndex(IVariable<?>[] keyVars,
boolean indexSolutionsHavingUnboundJoinVars,
Map<JVMHashIndex.Key,JVMHashIndex.Bucket> map) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.