Uses of Class
io.trino.spi.predicate.Range
Packages that use Range
-
Uses of Range in io.trino.spi.predicate
Methods in io.trino.spi.predicate that return RangeModifier and TypeMethodDescriptionstatic Rangestatic RangeRanges.getSpan()SortedRangeSet.getSpan()static RangeRange.greaterThan(Type type, Object low) static RangeRange.greaterThanOrEqual(Type type, Object low) static Rangestatic RangeRange.lessThanOrEqual(Type type, Object high) static RangeMethods in io.trino.spi.predicate that return types with arguments of type RangeMethods in io.trino.spi.predicate with parameters of type RangeMethod parameters in io.trino.spi.predicate with type arguments of type RangeModifier and TypeMethodDescriptionstatic SortedRangeSetProvided Ranges are unioned together to form the SortedRangeSetstatic ValueSetValueSet.copyOfRanges(Type type, Collection<Range> ranges) static ValueSet