Uses of Interface
io.trino.spi.predicate.Ranges
Packages that use Ranges
-
Uses of Ranges in io.trino.spi.predicate
Methods in io.trino.spi.predicate that return RangesMethod parameters in io.trino.spi.predicate with type arguments of type RangesModifier and TypeMethodDescriptionvoidValuesProcessor.consume(Consumer<Ranges> rangesConsumer, Consumer<DiscreteValues> discreteValuesConsumer, Consumer<AllOrNone> allOrNoneConsumer) <T> TValuesProcessor.transform(Function<Ranges, T> rangesFunction, Function<DiscreteValues, T> discreteValuesFunction, Function<AllOrNone, T> allOrNoneFunction)