Uses of Class
lumis.portal.bigdata.query.Range
-
Packages that use Range Package Description lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
). -
-
Uses of Range in lumis.portal.bigdata.query
Methods in lumis.portal.bigdata.query that return types with arguments of type Range Modifier and Type Method Description List<Range<Double>>
GeoDistanceAggregation. getRanges()
Returns the range list.Methods in lumis.portal.bigdata.query with parameters of type Range Modifier and Type Method Description GeoDistanceAggregation
GeoDistanceAggregation. addRanges(Range<Double>... ranges)
Add the given ranges to the aggregation.Method parameters in lumis.portal.bigdata.query with type arguments of type Range Modifier and Type Method Description GeoDistanceAggregation
GeoDistanceAggregation. addRanges(Collection<Range<Double>> ranges)
Add the given ranges to the aggregation.
-