@PublicEvolving
public interface DataTypeLookup
DataType. This includes both
built-in logical types as well as user-defined logical types such as DistinctType and
StructuredType.| Modifier and Type | Method and Description |
|---|---|
Optional<DataType> |
lookupDataType(String name)
Lookup a type by a fully or partially defined name.
|
Optional<DataType> |
lookupDataType(UnresolvedIdentifier identifier)
Lookup a type by an unresolved identifier.
|
DataType |
resolveRawDataType(Class<?> clazz)
Resolves a RAW type for the given class.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.