| Package | Description |
|---|---|
| com.google.uzaygezen.core |
Compact Hilbert index mappings and backtracking query building support for
persistence systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapRegionInspector<T,V extends Content<V>>
Assessor of spatial relationships that first check the input into an internal
rollup map, and keeps track of whether the current zooming level is still
covered by the map or not.
|
class |
SimpleRegionInspector<F,T,V extends AdditiveValue<V>,R extends Measurable<V>>
Assessor of spatial relationships that works with a query region composed of
disjoint orthotopes and assumes uniform distribution of the data points in
the multidimensional space.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,V extends Content<V>> |
MapRegionInspector.create(Map<Pow2LengthBitSetRange,NodeValue<V>> rolledupMap,
RegionInspector<T,V> delegate,
boolean disguiseCacheHits,
V zero,
V one) |
static <F,T,V extends Content<V>,R extends Range<T,V>> |
BacktrackingQueryBuilder.create(RegionInspector<F,V> regionInspector,
FilterCombiner<F,V,R> intervalCombiner,
int maxFilteredIndexRanges,
boolean removeVacuum,
RangeHome<T,V,R> rangeHome,
V zero) |
| Constructor and Description |
|---|
BacktrackingQueryBuilder(RegionInspector<F,V> regionInspector,
FilterCombiner<F,V,R> intervalCombiner,
int maxFilteredIndexRanges,
boolean alwaysRemoveVacuum,
RangeHome<T,V,R> rangeHome,
V zero) |
Copyright © 2014. All Rights Reserved.