Uses of Interface
org.apache.druid.collections.spatial.search.Bound
-
Packages that use Bound Package Description org.apache.druid.collections.spatial org.apache.druid.collections.spatial.search org.apache.druid.query.filter org.apache.druid.segment.filter -
-
Uses of Bound in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial with parameters of type Bound Modifier and Type Method Description Iterable<ImmutableBitmap>BaseImmutableRTee. search(Bound bound)Iterable<ImmutableBitmap>ImmutableRTree. search(Bound bound)Iterable<ImmutableBitmap>ImmutableRTree. search(SearchStrategy strategy, Bound bound) -
Uses of Bound in org.apache.druid.collections.spatial.search
Classes in org.apache.druid.collections.spatial.search that implement Bound Modifier and Type Class Description classPolygonBoundclassRadiusBoundclassRectangularBoundMethods in org.apache.druid.collections.spatial.search with parameters of type Bound Modifier and Type Method Description Iterable<ImmutableNode>GutmanSearchStrategy. breadthFirstSearch(Iterable<ImmutableNode> nodes, Bound bound, int total)Iterable<ImmutableNode>GutmanSearchStrategy. breadthFirstSearch(ImmutableNode node, Bound bound)Iterable<ImmutableFloatPoint>GutmanSearchStrategy. depthFirstSearch(ImmutableNode node, Bound bound)Iterable<ImmutableBitmap>GutmanSearchStrategy. search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray,TPoint> bound)Iterable<ImmutableBitmap>SearchStrategy. search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray,TPoint> bound) -
Uses of Bound in org.apache.druid.query.filter
Methods in org.apache.druid.query.filter that return Bound Modifier and Type Method Description BoundSpatialDimFilter. getBound()Constructors in org.apache.druid.query.filter with parameters of type Bound Constructor Description SpatialDimFilter(String dimension, Bound bound)SpatialDimFilter(String dimension, Bound bound, FilterTuning filterTuning) -
Uses of Bound in org.apache.druid.segment.filter
Constructors in org.apache.druid.segment.filter with parameters of type Bound Constructor Description SpatialFilter(String dimension, Bound bound, FilterTuning filterTuning)
-