| Package | Description |
|---|---|
| com.facebook.presto.common.predicate |
| Modifier and Type | Method and Description |
|---|---|
static NullableValue |
NullableValue.asNull(Type type)
Deprecated.
|
static NullableValue |
NullableValue.fromSerializable(NullableValue.Serializable serializable)
Deprecated.
|
static NullableValue |
NullableValue.of(Type type,
Object value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<Map<T,NullableValue>> |
TupleDomain.extractFixedValues(TupleDomain<T> tupleDomain)
Extract all column constraints that require exactly one value or only null in their respective Domains.
|
static <T> Optional<Map<T,Set<NullableValue>>> |
TupleDomain.extractFixedValueSets(TupleDomain<T> tupleDomain)
Extract all column constraints that require a set of one (or more) values in their respective Domains.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TupleDomain<T> |
TupleDomain.fromFixedValues(Map<T,NullableValue> fixedValues)
Convert a map of columns to values into the TupleDomain which requires
those columns to be fixed to those values.
|
Copyright © 2012–2022. All rights reserved.