@ThriftStruct public final class PrestoThriftRangeValueSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrestoThriftRangeValueSet.PrestoThriftBound |
static class |
PrestoThriftRangeValueSet.PrestoThriftMarker
LOWER UNBOUNDED is specified with an empty value and an ABOVE bound
UPPER UNBOUNDED is specified with an empty value and a BELOW bound
|
static class |
PrestoThriftRangeValueSet.PrestoThriftRange |
| Constructor and Description |
|---|
PrestoThriftRangeValueSet(List<PrestoThriftRangeValueSet.PrestoThriftRange> ranges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PrestoThriftRangeValueSet |
fromSortedRangeSet(SortedRangeSet valueSet) |
List<PrestoThriftRangeValueSet.PrestoThriftRange> |
getRanges() |
int |
hashCode() |
String |
toString() |
@ThriftConstructor
public PrestoThriftRangeValueSet(@ThriftField(name="ranges")
List<PrestoThriftRangeValueSet.PrestoThriftRange> ranges)
@ThriftField(value=1) public List<PrestoThriftRangeValueSet.PrestoThriftRange> getRanges()
public static PrestoThriftRangeValueSet fromSortedRangeSet(SortedRangeSet valueSet)
Copyright © 2012–2022. All rights reserved.