Class TrinoThriftRangeValueSet

java.lang.Object
io.trino.plugin.thrift.api.valuesets.TrinoThriftRangeValueSet

@ThriftStruct public final class TrinoThriftRangeValueSet extends Object
A set containing zero or more Ranges of the same type over a continuous space of possible values. Ranges are coalesced into the most compact representation of non-overlapping Ranges. This structure is used with comparable and orderable types like bigint, integer, double, varchar, etc.