Package io.trino.spi.predicate
Interface DiscreteValues
public interface DiscreteValues
-
Method Summary
Modifier and TypeMethodDescriptionintboolean
-
Method Details
-
isInclusive
boolean isInclusive()- Returns:
- true if the values are to be included, false if the values are to be excluded
-
getValues
Collection<Object> getValues() -
getValuesCount
int getValuesCount()
-