Uses of Interface
org.apache.druid.collections.spatial.search.Bound
Packages that use Bound
Package
Description
-
Uses of Bound in org.apache.druid.collections.spatial
Methods in org.apache.druid.collections.spatial with parameters of type Bound -
Uses of Bound in org.apache.druid.collections.spatial.search
Classes in org.apache.druid.collections.spatial.search that implement BoundMethods in org.apache.druid.collections.spatial.search with parameters of type BoundModifier and TypeMethodDescriptionGutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes, Bound bound, int total) GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node, Bound bound) GutmanSearchStrategy.depthFirstSearch(ImmutableNode node, Bound bound) GutmanSearchStrategy.search(ImmutableNode<TCoordinateArray> node, Bound<TCoordinateArray, TPoint> bound) 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 BoundConstructors in org.apache.druid.query.filter with parameters of type BoundModifierConstructorDescriptionSpatialDimFilter(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 BoundModifierConstructorDescriptionSpatialFilter(String dimension, Bound bound, FilterTuning filterTuning)