| Package | Description |
|---|---|
| com.facebook.presto.common.predicate |
| Modifier and Type | Method and Description |
|---|---|
Marker.Bound |
Marker.getBound() |
static Marker.Bound |
Marker.Bound.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Marker.Bound[] |
Marker.Bound.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Marker(Type type,
Optional<Block> valueBlock,
Marker.Bound bound)
LOWER UNBOUNDED is specified with an empty value and a ABOVE bound
UPPER UNBOUNDED is specified with an empty value and a BELOW bound
|
Copyright © 2012–2022. All rights reserved.