@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, wait
transform
public DataTypeConversionClassTransformation(Map<LogicalTypeRoot,Class<?>> conversions)
public DataType transform(DataType dataType)
TypeTransformation
transform
in interface TypeTransformation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.