| Package | Description |
|---|---|
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
static Optional<DistinctType> |
DistinctType.getLowestCommonSuperType(DistinctType firstType,
DistinctType secondType) |
Optional<DistinctType> |
DistinctType.getParentTypeLoadIfNeeded() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<DistinctType> |
DistinctType.getLowestCommonSuperType(DistinctType firstType,
DistinctType secondType) |
static boolean |
DistinctType.hasAncestorRelationship(DistinctType firstType,
DistinctType secondType) |
| Constructor and Description |
|---|
DistinctType(DistinctTypeInfo distinctTypeInfo,
Type baseType,
Function<QualifiedObjectName,DistinctType> distinctTypeLoader) |
Copyright © 2012–2022. All rights reserved.