| Package | Description |
|---|---|
| org.hypergraphdb.query.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryIntersectionResult.Combiner<T> |
static class |
SortedIntersectionResult.Combiner<T> |
static class |
ZigZagIntersectionResult.Combiner<T> |
| Modifier and Type | Method and Description |
|---|---|
RSCombiner<T> |
IntersectionQuery.getCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntersectionQuery.setCombiner(RSCombiner<T> combiner) |
| Constructor and Description |
|---|
IntersectionQuery(HGQuery<T> left,
HGQuery<T> right,
RSCombiner<T> combiner)
Construct an intersection of two queries.
|
Copyright © 2015. All rights reserved.