| Package | Description |
|---|---|
| com.facebook.presto.spi |
| Modifier and Type | Method and Description |
|---|---|
SerializableNativeValue |
SerializableNativeValue.Deserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
SerializableNativeValue |
Marker.getSerializableNativeValue() |
| Modifier and Type | Method and Description |
|---|---|
Map<T,SerializableNativeValue> |
TupleDomain.extractNullableFixedValues()
Extract all column constraints that require exactly one value or only null in their respective Domains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializableNativeValue.Serializer.serialize(SerializableNativeValue value,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TupleDomain<T> |
TupleDomain.withNullableFixedValues(Map<T,SerializableNativeValue> fixedValues)
Convert a map of columns to values into the TupleDomain which requires
those columns to be fixed to those values.
|
| Constructor and Description |
|---|
Marker(SerializableNativeValue value,
Marker.Bound bound) |
Copyright © 2012-2014. All Rights Reserved.