Uses of Enum Class
io.trino.spi.predicate.SortedRangeSet.DiscreteSetMarker
Packages that use SortedRangeSet.DiscreteSetMarker
-
Uses of SortedRangeSet.DiscreteSetMarker in io.trino.spi.predicate
Subclasses with type arguments of type SortedRangeSet.DiscreteSetMarker in io.trino.spi.predicateMethods in io.trino.spi.predicate that return SortedRangeSet.DiscreteSetMarkerModifier and TypeMethodDescriptionSortedRangeSet.getDiscreteSetMarker()Returns the enum constant of this class with the specified name.static SortedRangeSet.DiscreteSetMarker[]SortedRangeSet.DiscreteSetMarker.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.predicate with parameters of type SortedRangeSet.DiscreteSetMarkerModifier and TypeMethodDescriptionstatic SortedRangeSetSortedRangeSet.fromJson(Type type, boolean[] inclusive, Block sortedRanges, SortedRangeSet.DiscreteSetMarker discreteSetMarker) Deprecated.