@Internal public class DataTypeConversionClassTransformation extends Object implements TypeTransformation
conversions map that maps from type root to the expected conversion class.| Constructor and Description |
|---|
DataTypeConversionClassTransformation(Map<LogicalTypeRoot,Class<?>> conversions) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
transform(DataType dataType)
Transforms the given data type to a different data type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic DataTypeConversionClassTransformation(Map<LogicalTypeRoot,Class<?>> conversions)
public DataType transform(DataType dataType)
TypeTransformationtransform in interface TypeTransformationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.