Uses of Interface
io.trino.spi.predicate.ValueSet
Packages that use ValueSet
-
Uses of ValueSet in io.trino.spi.predicate
Classes in io.trino.spi.predicate that implement ValueSetModifier and TypeClassDescriptionclassSet that either includes all values, or excludes all values.classA set containing values that are uniquely identifiable.final classA set containing zero or more Ranges of the same type over a continuous space of possible values.Methods in io.trino.spi.predicate that return ValueSetModifier and TypeMethodDescriptionstatic ValueSetAllOrNoneValueSet.complement()ValueSet.complement()static ValueSetValueSet.copyOf(Type type, Collection<?> values) static ValueSetValueSet.copyOfRanges(Type type, Collection<Range> ranges) Domain.getValues()static ValueSetstatic ValueSetstatic ValueSetstatic ValueSetdefault ValueSetdefault ValueSetValueSet.union(Collection<ValueSet> valueSets) Methods in io.trino.spi.predicate with parameters of type ValueSetModifier and TypeMethodDescriptionbooleanbooleandefault booleanstatic Domainbooleanbooleandefault booleandefault ValueSetMethod parameters in io.trino.spi.predicate with type arguments of type ValueSetModifier and TypeMethodDescriptionSortedRangeSet.union(Collection<ValueSet> valueSets) default ValueSetValueSet.union(Collection<ValueSet> valueSets)