| Package | Description |
|---|---|
| com.facebook.presto.common.predicate |
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.all(Type type) |
Range |
Range.canonicalize(boolean removeSafeConstants) |
static Range |
Range.equal(Type type,
Object value) |
Range |
SortedRangeSet.getSpan() |
Range |
Ranges.getSpan() |
static Range |
Range.greaterThan(Type type,
Object low) |
static Range |
Range.greaterThanOrEqual(Type type,
Object low) |
Range |
Range.intersect(Range other) |
static Range |
Range.lessThan(Type type,
Object high) |
static Range |
Range.lessThanOrEqual(Type type,
Object high) |
static Range |
Range.range(Type type,
Object low,
boolean lowInclusive,
Object high,
boolean highInclusive) |
Range |
Range.span(Range other) |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
SortedRangeSet.getOrderedRanges() |
List<Range> |
Ranges.getOrderedRanges() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Range.contains(Range other) |
Range |
Range.intersect(Range other) |
static ValueSet |
ValueSet.ofRanges(Range first,
Range... rest) |
static ValueSet |
ValueSet.ofRanges(Range first,
Range... rest) |
boolean |
Range.overlaps(Range other) |
Range |
Range.span(Range other) |
| Modifier and Type | Method and Description |
|---|---|
static SortedRangeSet |
SortedRangeSet.copyOf(Type type,
List<Range> ranges) |
static ValueSet |
ValueSet.copyOfRanges(Type type,
Collection<Range> ranges) |
static ValueSet |
ValueSet.ofRanges(List<Range> ranges) |
Copyright © 2012–2022. All rights reserved.