Package | Description |
---|---|
io.druid.collections.spatial | |
io.druid.collections.spatial.search | |
io.druid.query.filter | |
io.druid.segment.filter |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableBitmap> |
ImmutableRTree.search(Bound bound) |
Iterable<ImmutableBitmap> |
ImmutableRTree.search(SearchStrategy strategy,
Bound bound) |
Modifier and Type | Class and Description |
---|---|
class |
PolygonBound |
class |
RadiusBound |
class |
RectangularBound |
Modifier and Type | Method and Description |
---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes,
Bound bound,
int total) |
Iterable<ImmutablePoint> |
GutmanSearchStrategy.depthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutableBitmap> |
SearchStrategy.search(ImmutableNode node,
Bound bound) |
Iterable<ImmutableBitmap> |
GutmanSearchStrategy.search(ImmutableNode node,
Bound bound) |
Modifier and Type | Method and Description |
---|---|
Bound |
SpatialDimFilter.getBound() |
Constructor and Description |
---|
SpatialDimFilter(String dimension,
Bound bound) |
Constructor and Description |
---|
SpatialFilter(String dimension,
Bound bound) |
Copyright © 2011–2017. All rights reserved.